Interface Deployable
- 
- All Superinterfaces:
 ConfigurationItem,java.io.Serializable,Taggable
- All Known Subinterfaces:
 DeployableArtifact,DeployableContainer,Provisionable
- All Known Implementing Classes:
 BaseDeployable,BaseDeployableArchiveArtifact,BaseDeployableArtifact,BaseDeployableContainer,BaseDeployableFileArtifact,BaseDeployableFolderArtifact,BaseProvisionable
@TypeIcon("icons/types/udm.Deployable.svg") public interface Deployable extends ConfigurationItem, Taggable
Deployables areConfigurationItems (CIs) that can be deployed to aContainer. There are two types of Deployables:DeployableArtifacts and resource specifications, which is a generic name for any Deployable CI that is not a DeployableArtifact, for example a datasource, a queue, or a connection factory. Deployables are part of aDeploymentPackageor of aCompositePackage. 
- 
- 
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
- 
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 
 - 
 
 -