public class DeployCmd extends Object implements Command<DataObjectDeployment>
Modifier and Type | Field and Description |
---|---|
protected DataObjectDeploymentBuilderImpl |
deploymentBuilder |
Constructor and Description |
---|
DeployCmd(DataObjectDeploymentBuilderImpl deploymentBuilder) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
deploymentsDiffer(DataObjectDeploymentEntity deployment,
DataObjectDeploymentEntity saved) |
DataObjectDeployment |
execute(CommandContext commandContext) |
protected DataObjectDeploymentBuilderImpl deploymentBuilder
public DeployCmd(DataObjectDeploymentBuilderImpl deploymentBuilder)
public DataObjectDeployment execute(CommandContext commandContext)
execute
in interface Command<DataObjectDeployment>
protected boolean deploymentsDiffer(DataObjectDeploymentEntity deployment, DataObjectDeploymentEntity saved)