@Metadata(virtual=true,
description="Base for all deployed artifacts that utilize the Glassfish Cli for configuration")
public class CliManagedDeployedArtifact<D extends com.xebialabs.deployit.plugin.api.udm.DeployableArtifact,C extends CliManagedContainer>
extends CliManagedDeployed<D,C>
implements com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact<D>
id, syntheticProperties, type| Constructor and Description |
|---|
CliManagedDeployedArtifact() |
| 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) |
addStep, createPythonVars, executeCreate, executeDestroy, executeModify, executeNoop, getContainerRestartStrategy, getCreateOrder, getCreateScript, getCreateVerb, getDescription, getDestroyOrder, getDestroyScript, getDestroyVerb, getInspectScript, getLibraryScripts, getModifyOrder, getModifyScript, getModifyVerb, getNoopOrder, getNoopScript, getNoopVerb, getRestartStrategy, getStartOrder, getStartScript, getStartVerb, getStopOrder, getStopScript, getStopVerb, inspect, isApplyRestartStrategyOnNoop, setApplyRestartStrategyOnNoop, setContainerRestartStrategy, setCreateOrder, setCreateScript, setCreateVerb, setDestroyOrder, setDestroyScript, setDestroyVerb, setInspectScript, setLibraryScripts, setModifyOrder, setModifyScript, setModifyVerb, setNoopOrder, setNoopScript, setNoopVerb, setRestartStrategy, setStartOrder, setStartScript, setStartVerb, setStopOrder, setStopScript, setStopVerbgetContainer, getDeployable, setContainer, setDeployablecompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic java.util.Map<java.lang.String,java.lang.String> getPlaceholders()
getPlaceholders in interface com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact<D extends com.xebialabs.deployit.plugin.api.udm.DeployableArtifact>public void setPlaceholders(java.util.Map<java.lang.String,java.lang.String> placeholders)
setPlaceholders in interface com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact<D extends com.xebialabs.deployit.plugin.api.udm.DeployableArtifact>public com.xebialabs.overthere.OverthereFile getFile()
getFile in interface com.xebialabs.deployit.plugin.api.udm.artifact.Artifactpublic void setFile(com.xebialabs.overthere.OverthereFile file)
setFile in interface com.xebialabs.deployit.plugin.api.udm.artifact.Artifact