public class DeployCmd<T> extends Object implements Command<Deployment>, Serializable
Modifier and Type | Field and Description |
---|---|
protected DeploymentBuilderImpl |
deploymentBuilder |
Constructor and Description |
---|
DeployCmd(DeploymentBuilderImpl deploymentBuilder) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
deploymentsDiffer(DeploymentEntity deployment,
DeploymentEntity saved) |
Deployment |
execute(CommandContext commandContext) |
protected ProcessApplicationRegistration |
registerProcessApplication(CommandContext commandContext,
DeploymentEntity deployment) |
protected void |
registerWithJobExecutor(CommandContext commandContext,
DeploymentEntity deployment) |
protected void |
resumePreviousVersions(CommandContext commandContext,
DeploymentEntity deployment,
Set<String> deploymentsToRegister) |
protected void |
scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment) |
protected DeploymentBuilderImpl deploymentBuilder
public DeployCmd(DeploymentBuilderImpl deploymentBuilder)
public Deployment execute(CommandContext commandContext)
execute
in interface Command<Deployment>
protected ProcessApplicationRegistration registerProcessApplication(CommandContext commandContext, DeploymentEntity deployment)
protected void resumePreviousVersions(CommandContext commandContext, DeploymentEntity deployment, Set<String> deploymentsToRegister)
protected void registerWithJobExecutor(CommandContext commandContext, DeploymentEntity deployment)
protected boolean deploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved)
protected void scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
Copyright © 2015. All rights reserved.