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