com.xebialabs.deployit.plugin.api.udm.artifact
Interface Artifact

All Superinterfaces:
ConfigurationItem, java.io.Serializable
All Known Subinterfaces:
ArchiveArtifact, DeployableArtifact, DerivedArtifact<D>, FileArtifact, FolderArtifact, SourceArtifact
All Known Implementing Classes:
BaseDeployableArchiveArtifact, BaseDeployableArtifact, BaseDeployableFileArtifact, BaseDeployableFolderArtifact, BaseDeployedArtifact

public interface Artifact
extends ConfigurationItem


Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
Method Summary
 com.xebialabs.overthere.OverthereFile getFile()
           
 void setFile(com.xebialabs.overthere.OverthereFile file)
           
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
 

Method Detail

getFile

com.xebialabs.overthere.OverthereFile getFile()

setFile

void setFile(com.xebialabs.overthere.OverthereFile file)