@Metadata(virtual=true, description="The base supertype for a deployable container.") public class BaseDeployableContainer extends BaseDeployable implements DeployableContainer
id, syntheticProperties, type
TAGS_FIELD
Constructor and Description |
---|
BaseDeployableContainer() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getContainerTags() |
void |
setContainerTags(java.util.Set<java.lang.String> containerTags) |
getBoundTemplates, getTags, setBoundTemplates, setTags
compareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, set$token, set$validationMessages, setId, setProperty, setType, toString
public java.util.Set<java.lang.String> getContainerTags()
getContainerTags
in interface DeployableContainer
public void setContainerTags(java.util.Set<java.lang.String> containerTags)
setContainerTags
in interface DeployableContainer