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