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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessApplicationDeploy(ProcessApplicationInterface processApplication) voidpostProcessApplicationUndeploy(ProcessApplicationInterface processApplication)  
- 
Field Details
- 
DATABASE_NOT_CLEAN
- See Also:
 
 - 
CACHE_IS_NOT_CLEAN
- See Also:
 
 - 
logger
 
 - 
 - 
Constructor Details
- 
EnsureCleanDbPlugin
public EnsureCleanDbPlugin() 
 - 
 - 
Method Details
- 
postProcessApplicationDeploy
- Specified by:
 postProcessApplicationDeployin interfaceBpmPlatformPlugin
 - 
postProcessApplicationUndeploy
- Specified by:
 postProcessApplicationUndeployin interfaceBpmPlatformPlugin
 
 -