Package org.camunda.qa.impl
Class EnsureCleanDbPlugin
java.lang.Object
org.camunda.qa.impl.EnsureCleanDbPlugin
- All Implemented Interfaces:
- BpmPlatformPlugin
- Author:
- Daniel Meyer, Christopher Zell
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostProcessApplicationDeploy(ProcessApplicationInterface processApplication) voidpostProcessApplicationUndeploy(ProcessApplicationInterface processApplication) 
- 
Field Details- 
DATABASE_NOT_CLEAN- See Also:
 
- 
CACHE_IS_NOT_CLEAN- See Also:
 
- 
logger
 
- 
- 
Constructor Details- 
EnsureCleanDbPluginpublic EnsureCleanDbPlugin()
 
- 
- 
Method Details- 
postProcessApplicationDeploy- Specified by:
- postProcessApplicationDeployin interface- BpmPlatformPlugin
 
- 
postProcessApplicationUndeploy- Specified by:
- postProcessApplicationUndeployin interface- BpmPlatformPlugin
 
 
-