Class DeployableContainer
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-
- com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable
-
- com.xebialabs.deployit.plugin.was.deployable.Deployable
-
- com.xebialabs.deployit.plugin.was.deployable.DeployableContainer
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,com.xebialabs.deployit.plugin.api.udm.Container,com.xebialabs.deployit.plugin.api.udm.Deployable,com.xebialabs.deployit.plugin.api.udm.DeployableContainer,com.xebialabs.deployit.plugin.api.udm.Taggable,java.io.Serializable,java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
- Direct Known Subclasses:
ClusterSpec,ManagedServerSpec,ManagedWebServerSpec
public class DeployableContainer extends Deployable implements com.xebialabs.deployit.plugin.api.udm.DeployableContainer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeployableContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getContainerTags()voidsetContainerTags(java.util.Set<java.lang.String> containerTags)-
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable
getBoundTemplates, getTags, setBoundTemplates, setTags
-
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
setContainerTags
public void setContainerTags(java.util.Set<java.lang.String> containerTags)
- Specified by:
setContainerTagsin interfacecom.xebialabs.deployit.plugin.api.udm.DeployableContainer
-
getContainerTags
public java.util.Set<java.lang.String> getContainerTags()
- Specified by:
getContainerTagsin interfacecom.xebialabs.deployit.plugin.api.udm.DeployableContainer
-
-