Class BaseCluster<C extends ClusterSpec>

    • Constructor Detail

      • BaseCluster

        public BaseCluster()
    • Method Detail

      • getManagingContainer

        public com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
        Specified by:
        getManagingContainer in interface com.xebialabs.deployit.plugin.python.PythonManagedContainer
      • getHost

        public com.xebialabs.deployit.plugin.overthere.Host getHost()
        Specified by:
        getHost in interface com.xebialabs.deployit.plugin.overthere.HostContainer
      • controlTaskDispatch

        public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch​(java.lang.String name,
                                                                                               java.util.Map<java.lang.String,​java.lang.String> args)
        Overrides:
        controlTaskDispatch in class com.xebialabs.deployit.plugin.python.PythonManagedDeployedContainer<C extends ClusterSpec,​DeploymentManager>
      • setServers

        public void setServers​(java.util.Set<ManagedServer> servers)
      • getServerType

        public ServerType getServerType()
      • setServerType

        public void setServerType​(ServerType serverType)
      • getServerNamesPerNode

        public java.util.Map<NodeAgent,​java.util.List<java.lang.String>> getServerNamesPerNode()