Interface DeployableArtifact
- 
- All Superinterfaces:
 Artifact,ConfigurationItem,Deployable,java.io.Serializable,SourceArtifact,Taggable
- All Known Implementing Classes:
 BaseDeployableArchiveArtifact,BaseDeployableArtifact,BaseDeployableFileArtifact,BaseDeployableFolderArtifact
public interface DeployableArtifact extends Deployable, SourceArtifact
 
- 
- 
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.artifact.SourceArtifact
CHECKSUM_PROPERTY_NAME, FILE_URI_PROPERTY_NAME, IS_RESCANNED_PROPERTY_NAME 
- 
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.artifact.Artifact
getFile, setFile 
- 
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 
- 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
getChecksum, getCredentials, getExcludeFileNamesRegex, getFileEncodings, getFileUri, getPlaceholders, getProxySettings, getTextFileNamesRegex, setPlaceholders 
 - 
 
 -