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,Serializable,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 BaseCell
A WAS deployment manager.
- See Also:
-
Field Summary
Fields inherited from class com.xebialabs.deployit.plugin.was.container.BaseCell
performOnlyTopologyDiscovery, skipTopologyDiscoveryFields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, typeFields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELDFields inherited from interface com.xebialabs.deployit.plugin.python.PythonManagingContainer
CONNECT_FROM_DAEMON, CONNECT_FROM_STAND_ALONE_SCRIPT, DISCONNECT_FROM_DAEMON, DISCONNECT_FROM_STAND_ALONE_SCRIPT, RUN_SCRIPT_FROM_DAEMONFields inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable
TAGS_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCluster(BaseCluster cluster) voidvoidReturns the name of the cell.getNodes()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, useJython21Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
getTags, setTagsMethods 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
get$directoryReference, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setPropertyMethods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable
getTags, setTags
-
Constructor Details
-
DeploymentManager
public DeploymentManager()
-
-
Method Details
-
getCellName
Description copied from interface:CellReturns the name of the cell.- Returns:
- the name
-
getNodes
-
addNode
-
getUnmanagedNodes
-
addUnManagedNode
-
getClusters
-
addCluster
-
getContainmentPath
-
getWasConfigIdType
-
getWasTargetType
-
getShortTypeDescription
-