Interface DeployableContainer
-
- All Superinterfaces:
ConfigurationItem
,Container
,Deployable
,java.io.Serializable
,Taggable
- All Known Implementing Classes:
BaseDeployableContainer
public interface DeployableContainer extends Deployable, 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 java.util.Set<java.lang.String>
getContainerTags()
void
setContainerTags(java.util.Set<java.lang.String> containerTags)
-
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
get$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
-
-