@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, typeSYNTHETIC_PROPERTIES_FIELD, TYPE_FIELDCONTAINER_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) |
getBoundConfigurationItems, getContainer, getDeployable, setBoundConfigurationItems, setContainer, setDeployablecompareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, set$token, set$validationMessages, setId, setProperty, setType, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitget$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setPropertypublic 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>