Class AbstractCockpitPluginTest
java.lang.Object
org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
- Author:
- nico.rehwaldt
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidafter()static voidvoidbefore()static voidprotected DeploymentBuilderprotected Deploymentdeploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) deployForTenant(String tenantId, String... resources) voidprotected CommandExecutorprotected QueryService
- 
Field Details- 
processEngineRule
 
- 
- 
Constructor Details- 
AbstractCockpitPluginTestpublic AbstractCockpitPluginTest()
 
- 
- 
Method Details- 
beforeClasspublic static void beforeClass()
- 
afterClasspublic static void afterClass()
- 
beforepublic void before()
- 
afterpublic void after()
- 
getProcessEngine
- 
getCommandExecutor
- 
getQueryService
- 
executeAvailableJobspublic void executeAvailableJobs()
- 
deploy
- 
deployForTenant
- 
deployprotected Deployment deploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) 
- 
createDeploymentBuilder
 
-