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:
  • Constructor Details

    • DeploymentManager

      public DeploymentManager()
  • Method Details

    • getCellName

      public String getCellName()
      Description copied from interface: Cell
      Returns the name of the cell.
      Returns:
      the name
    • getNodes

      public Set<? extends Node> getNodes()
    • addNode

      public void addNode(NodeAgent node)
    • getUnmanagedNodes

      public Set<? extends Node> getUnmanagedNodes()
    • addUnManagedNode

      public void addUnManagedNode(UnmanagedNode node)
    • getClusters

      public Set<BaseCluster> getClusters()
    • addCluster

      public void addCluster(BaseCluster cluster)
    • getContainmentPath

      public String getContainmentPath()
    • getWasConfigIdType

      public String getWasConfigIdType()
    • getWasTargetType

      public String getWasTargetType()
    • getShortTypeDescription

      public String getShortTypeDescription()