Interface Container
-
- All Superinterfaces:
ConfigurationItem
,java.io.Serializable
,Taggable
- All Known Subinterfaces:
DeployableContainer
,HostContainer
- All Known Implementing Classes:
BaseContainer
,BaseDeployableContainer
,BaseDeployedContainer
,BaseProvisionedContainer
,Host
@TypeIcon("icons/types/udm.Container.svg") public interface Container extends ConfigurationItem, Taggable
Containers are configuration items (CIs) thatDeployable
CIs can be deployed to. The result of the deployment is represented as aDeployed
. Containers are grouped together in anEnvironment
. Examples of containers are a host, WebSphere server or WebLogic cluster.
-
-
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
-
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
-
-