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()voidsetContainerTags(java.util.Set<java.lang.String> containerTags)- 
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 
 - 
 
 -