Interface Node
-
- 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,WasContainer,WasCustomPropertyContainer
- All Known Implementing Classes:
NodeAgent,UnmanagedNode,UnmanagedServer
public interface Node extends WasContainer, WasCustomPropertyContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellgetCell()java.lang.StringgetNodeName()-
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
-
Methods inherited from interface com.xebialabs.deployit.plugin.python.PythonManagedContainer
getManagingContainer
-
Methods inherited from interface com.xebialabs.deployit.plugin.was.container.WasContainer
getCellName, getContainmentPath, getNodes, getShortTypeDescription, getWasConfigIdType, getWasTargetType
-
-
-
-
Method Detail
-
getNodeName
java.lang.String getNodeName()
-
getCell
Cell getCell()
- Specified by:
getCellin interfaceWasContainer
-
-