Class DeploymentManager
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-
- com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
-
- com.xebialabs.deployit.plugin.was.container.BaseCell
-
- com.xebialabs.deployit.plugin.was.container.DeploymentManager
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,com.xebialabs.deployit.plugin.api.udm.Container,com.xebialabs.deployit.plugin.api.udm.Taggable,com.xebialabs.deployit.plugin.overthere.HostContainer,com.xebialabs.deployit.plugin.python.PythonManagedContainer,com.xebialabs.deployit.plugin.python.PythonManagingContainer,Cell,HealthPolicyMembershipContainer,WasContainer,WasCustomPropertyContainer,java.io.Serializable,java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
@Metadata(description="A WebSphere Application Server deployment manager (WAS ND)", inspectable=true) public class DeploymentManager extends BaseCellA WAS deployment manager.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.xebialabs.deployit.plugin.was.container.BaseCell
performOnlyTopologyDiscovery, skipTopologyDiscovery
-
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, type
-
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
-
-
Constructor Summary
Constructors Constructor Description DeploymentManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCluster(BaseCluster cluster)voidaddNode(NodeAgent node)voidaddUnManagedNode(UnmanagedNode node)java.lang.StringgetCellName()Returns the name of the cell.java.util.Set<BaseCluster>getClusters()java.lang.StringgetContainmentPath()java.util.Set<? extends Node>getNodes()java.lang.StringgetShortTypeDescription()java.util.Set<? extends Node>getUnmanagedNodes()java.lang.StringgetWasConfigIdType()java.lang.StringgetWasTargetType()-
Methods inherited from class com.xebialabs.deployit.plugin.was.container.BaseCell
appendTypeToName, controlTaskDispatch, getCell, getCellHost, getConfigDirName, getConfigDirPath, getDeployedsToDiscover, getHost, getHostname, getInspectScript, getLibraryScripts, getManagingContainer, getPassword, getPluginFilePath, getPort, getRuntimePath, getScriptCommandLine, getServerStatusPath, getStartServerPath, getStopServerPath, getStringEncoding, getUsername, getVersion, getVersionInfoPath, getWasHome, getWsAdminArgs, getWsadminPath, inspect, runWithDaemon, setAppendTypeToName, setConfigDirName, setDeployedsToDiscover, setHost, setHostname, setPassword, setPort, setRunWithDaemon, setStringEncoding, setUseJython21, setUsername, setVersion, setWasHome, setWsadminArgs, setWsadminPath, useJython21
-
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
getTags, setTags
-
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getCellName
public java.lang.String getCellName()
Description copied from interface:CellReturns the name of the cell.- Returns:
- the name
-
getNodes
public java.util.Set<? extends Node> getNodes()
-
addNode
public void addNode(NodeAgent node)
-
getUnmanagedNodes
public java.util.Set<? extends Node> getUnmanagedNodes()
-
addUnManagedNode
public void addUnManagedNode(UnmanagedNode node)
-
getClusters
public java.util.Set<BaseCluster> getClusters()
-
addCluster
public void addCluster(BaseCluster cluster)
-
getContainmentPath
public java.lang.String getContainmentPath()
-
getWasConfigIdType
public java.lang.String getWasConfigIdType()
-
getWasTargetType
public java.lang.String getWasTargetType()
-
getShortTypeDescription
public java.lang.String getShortTypeDescription()
-
-