@Metadata(virtual=true, description="The supertype of all DeployedArtifacts.") public class BaseDeployedArtifact<D extends DeployableArtifact,C extends Container> extends BaseDeployed<D,C> implements DerivedArtifact<D>
id, syntheticProperties, type
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
CONTAINER_FIELD, DEPLOYABLE_FIELD
Constructor and Description |
---|
BaseDeployedArtifact() |
Modifier and Type | Method and Description |
---|---|
com.xebialabs.overthere.OverthereFile |
getFile() |
java.util.Map<java.lang.String,java.lang.String> |
getPlaceholders() |
D |
getSourceArtifact() |
void |
setFile(com.xebialabs.overthere.OverthereFile file) |
void |
setPlaceholders(java.util.Map<java.lang.String,java.lang.String> placeholders) |
getContainer, getDeployable, setContainer, setDeployable
compareTo, equals, get$ciAttributes, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$ciAttributes, set$token, setId, setProperty, setSyntheticProperties, setType, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
public com.xebialabs.overthere.OverthereFile getFile()
public void setFile(com.xebialabs.overthere.OverthereFile file)
public java.util.Map<java.lang.String,java.lang.String> getPlaceholders()
getPlaceholders
in interface DerivedArtifact<D extends DeployableArtifact>
public void setPlaceholders(java.util.Map<java.lang.String,java.lang.String> placeholders)
setPlaceholders
in interface DerivedArtifact<D extends DeployableArtifact>
public D getSourceArtifact()
getSourceArtifact
in interface DerivedArtifact<D extends DeployableArtifact>