Package com.flowable.app.engine.impl.cmd
Class DeployCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.DeployCmd
-
- All Implemented Interfaces:
Command<AppDeployment>
public class DeployCmd extends Object implements Command<AppDeployment>
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected AppDeploymentBuilderImpl
deploymentBuilder
-
Constructor Summary
Constructors Constructor Description DeployCmd(AppDeploymentBuilderImpl deploymentBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
deploymentsDiffer(AppDeploymentEntity deployment, AppDeploymentEntity saved)
AppDeployment
execute(CommandContext commandContext)
-
-
-
Field Detail
-
deploymentBuilder
protected AppDeploymentBuilderImpl deploymentBuilder
-
-
Constructor Detail
-
DeployCmd
public DeployCmd(AppDeploymentBuilderImpl deploymentBuilder)
-
-
Method Detail
-
execute
public AppDeployment execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<AppDeployment>
-
deploymentsDiffer
protected boolean deploymentsDiffer(AppDeploymentEntity deployment, AppDeploymentEntity saved)
-
-