Interface HostContainer
-
- All Superinterfaces:
ConfigurationItem
,Container
,java.io.Serializable
,Taggable
- All Known Implementing Classes:
Host
public interface HostContainer extends Container
-
-
Field Summary
-
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
-
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable
TAGS_FIELD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Host
getHost()
-
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
get$directoryReference, get$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
-
-
-
-
Method Detail
-
getHost
Host getHost()
-
-