@Metadata(virtual=true, description="The base supertype for a deployable container.") public class BaseDeployableContainer extends BaseDeployable implements DeployableContainer
id, syntheticProperties, typeTAGS_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, setTagscompareTo, 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, toStringpublic java.util.Set<java.lang.String> getContainerTags()
getContainerTags in interface DeployableContainerpublic void setContainerTags(java.util.Set<java.lang.String> containerTags)
setContainerTags in interface DeployableContainer