Interface WasContainer
-
- All Superinterfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,com.xebialabs.deployit.plugin.api.udm.Container,com.xebialabs.deployit.plugin.overthere.HostContainer,com.xebialabs.deployit.plugin.python.PythonManagedContainer,java.io.Serializable,com.xebialabs.deployit.plugin.api.udm.Taggable
- All Known Subinterfaces:
Cell,HealthPolicyMembershipContainer,Node,Server,WasAppContainer,WasCustomPropertyContainer,Webserver
- All Known Implementing Classes:
BaseCell,BaseCluster,Cluster,DeploymentManager,DynamicCluster,DynamicOdrCluster,ManagedServer,ManagedWebServer,NodeAgent,ProxyServerCluster,UnmanagedNode,UnmanagedServer
public interface WasContainer extends com.xebialabs.deployit.plugin.python.PythonManagedContainer, com.xebialabs.deployit.plugin.overthere.HostContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellgetCell()java.lang.StringgetCellName()java.lang.StringgetContainmentPath()java.util.Set<? extends Node>getNodes()java.lang.StringgetShortTypeDescription()java.lang.StringgetWasConfigIdType()java.lang.StringgetWasTargetType()-
Methods 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, setProperty
-
-
-
-
Method Detail
-
getCell
@DerivedProperty("cell") Cell getCell()
-
getNodes
java.util.Set<? extends Node> getNodes()
-
getCellName
@DerivedProperty("cellName") java.lang.String getCellName()
-
getContainmentPath
@DerivedProperty("containmentPath") java.lang.String getContainmentPath()
-
getWasConfigIdType
@DerivedProperty("wasConfigIdType") java.lang.String getWasConfigIdType()
-
getWasTargetType
@DerivedProperty("wasTargetType") java.lang.String getWasTargetType()
-
getShortTypeDescription
@DerivedProperty("shortTypeDescription") java.lang.String getShortTypeDescription()
-
-