Class DeploymentAwareBatchesScenario
- java.lang.Object
-
- org.camunda.bpm.qa.upgrade.batch.deploymentaware.DeploymentAwareBatchesScenario
-
public class DeploymentAwareBatchesScenario extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentAwareBatchesScenario()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScenarioSetup
createDeleteInstancesBatch()
static ScenarioSetup
createMigrationInstancesBatch()
static ScenarioSetup
createModificationInstancesBatch()
static ScenarioSetup
createRestartInstancesBatch()
static java.lang.String
deployOneTask()
static java.lang.String
deployTwoTasks()
protected static java.lang.String
getDeploymentIdFromDefinitionByKey(java.lang.String processDefinitionKey, RepositoryService repositoryService)
protected static java.lang.String
getPropertyName(java.lang.String suffix)
-
-
-
Method Detail
-
deployOneTask
public static java.lang.String deployOneTask()
-
deployTwoTasks
public static java.lang.String deployTwoTasks()
-
createDeleteInstancesBatch
public static ScenarioSetup createDeleteInstancesBatch()
-
createRestartInstancesBatch
public static ScenarioSetup createRestartInstancesBatch()
-
createModificationInstancesBatch
public static ScenarioSetup createModificationInstancesBatch()
-
createMigrationInstancesBatch
public static ScenarioSetup createMigrationInstancesBatch()
-
getDeploymentIdFromDefinitionByKey
protected static java.lang.String getDeploymentIdFromDefinitionByKey(java.lang.String processDefinitionKey, RepositoryService repositoryService)
-
getPropertyName
protected static java.lang.String getPropertyName(java.lang.String suffix)
-
-