com.xebialabs.deployit.plugin.was.container
Interface WasContainer
- All Superinterfaces:
- com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.python.PythonManagedContainer, java.io.Serializable, com.xebialabs.deployit.plugin.api.udm.Taggable
- All Known Subinterfaces:
- Cell, Node, Server, WasAppContainer
- All Known Implementing Classes:
- BaseCell, Cluster, DeploymentManager, ManagedServer, NodeAgent, UnmanagedServer
public interface WasContainer
- extends com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.python.PythonManagedContainer
| Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD |
| Methods inherited from interface com.xebialabs.deployit.plugin.python.PythonManagedContainer |
getManagingContainer |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable |
getTags, setTags |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty |
getCell
Cell getCell()
getNodes
java.util.Set<? extends Node> getNodes()
getCellName
@DerivedProperty(value="cellName")
java.lang.String getCellName()
getContainmentPath
@DerivedProperty(value="containmentPath")
java.lang.String getContainmentPath()
getWasConfigIdType
@DerivedProperty(value="wasConfigIdType")
java.lang.String getWasConfigIdType()
getWasTargetType
@DerivedProperty(value="wasTargetType")
java.lang.String getWasTargetType()
getShortTypeDescription
@DerivedProperty(value="shortTypeDescription")
java.lang.String getShortTypeDescription()