Class DeploymentDeployTimeScenario
- java.lang.Object
-
- org.camunda.bpm.qa.upgrade.timestamp.AbstractTimestampMigrationScenario
-
- org.camunda.bpm.qa.upgrade.timestamp.DeploymentDeployTimeScenario
-
public class DeploymentDeployTimeScenario extends AbstractTimestampMigrationScenario
- Author:
- Nikola Koevski
-
-
Field Summary
Fields Modifier and Type Field Description protected static BpmnModelInstance
DEPLOYMENT_MODEL
protected static String
DEPLOYMENT_NAME
protected static String
PROCESS_DEFINITION_KEY
-
Fields inherited from class org.camunda.bpm.qa.upgrade.timestamp.AbstractTimestampMigrationScenario
TIME, TIMESTAMP
-
-
Constructor Summary
Constructors Constructor Description DeploymentDeployTimeScenario()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScenarioSetup
initDeploymentDeployTime()
-
Methods inherited from class org.camunda.bpm.qa.upgrade.timestamp.AbstractTimestampMigrationScenario
deployModel
-
-
-
-
Field Detail
-
PROCESS_DEFINITION_KEY
protected static final String PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
DEPLOYMENT_NAME
protected static final String DEPLOYMENT_NAME
- See Also:
- Constant Field Values
-
DEPLOYMENT_MODEL
protected static final BpmnModelInstance DEPLOYMENT_MODEL
-
-
Method Detail
-
initDeploymentDeployTime
public static ScenarioSetup initDeploymentDeployTime()
-
-