Serialized Form


Package com.xebialabs.deployit.plugin.cmd.ci

Class com.xebialabs.deployit.plugin.cmd.ci.Command extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable implements Serializable

Serialized Fields

commandLine

java.lang.String commandLine

order

int order

dependencies

java.util.Set<E> dependencies

undoCommand

Command undoCommand

runUndoCommandOnUpgrade

boolean runUndoCommandOnUpgrade

Package com.xebialabs.deployit.plugin.cmd.deployed

Class com.xebialabs.deployit.plugin.cmd.deployed.DeployedCommand extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<Command,com.xebialabs.deployit.plugin.overthere.Host> implements Serializable

Serialized Fields

order

int order

dependencies

java.util.Set<E> dependencies

commandLine

java.lang.String commandLine

undoCommand

Command undoCommand

runUndoCommandOnUpgrade

boolean runUndoCommandOnUpgrade

rerunCommand

boolean rerunCommand

Package com.xebialabs.deployit.plugin.cmd.step

Class com.xebialabs.deployit.plugin.cmd.step.ExecuteCommandStep extends java.lang.Object implements Serializable

Serialized Fields

command

DeployedCommand command

placeHolderPattern

java.util.regex.Pattern placeHolderPattern

order

int order

Class com.xebialabs.deployit.plugin.cmd.step.NoCommandStep extends java.lang.Object implements Serializable

Serialized Fields

command

DeployedCommand command

order

int order