@Metadata(description="Command specification that is executed on a host")
public class Command
extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable
| Constructor and Description |
|---|
Command() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandLine() |
java.util.Set<com.xebialabs.deployit.plugin.file.File> |
getDependencies() |
int |
getOrder() |
Command |
getUndoCommand() |
boolean |
isRunUndoCommandOnUpgrade() |
void |
setCommandLine(java.lang.String commandLine) |
void |
setDependencies(java.util.Set<com.xebialabs.deployit.plugin.file.File> dependencies) |
void |
setOrder(int order) |
void |
setRunUndoCommandOnUpgrade(boolean runUndoCommandOnUpgrade) |
void |
setUndoCommand(Command undoCommand) |
getTags, setTagscompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic boolean isRunUndoCommandOnUpgrade()
public void setRunUndoCommandOnUpgrade(boolean runUndoCommandOnUpgrade)
public Command getUndoCommand()
public void setUndoCommand(Command undoCommand)
public java.lang.String getCommandLine()
public void setCommandLine(java.lang.String commandLine)
public int getOrder()
public void setOrder(int order)
public java.util.Set<com.xebialabs.deployit.plugin.file.File> getDependencies()
public void setDependencies(java.util.Set<com.xebialabs.deployit.plugin.file.File> dependencies)