com.xebialabs.deployit.plugin.api.udm
Interface Taggable

All Superinterfaces:
ConfigurationItem, java.io.Serializable
All Known Subinterfaces:
Container, Deployable, DeployableArtifact
All Known Implementing Classes:
BaseContainer, BaseDeployable, BaseDeployableArchiveArtifact, BaseDeployableArtifact, BaseDeployableFileArtifact, BaseDeployableFolderArtifact

public interface Taggable
extends ConfigurationItem


Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
Method Summary
 java.util.Set<java.lang.String> getTags()
           
 void setTags(java.util.Set<java.lang.String> tags)
           
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
 

Method Detail

getTags

java.util.Set<java.lang.String> getTags()

setTags

void setTags(java.util.Set<java.lang.String> tags)