Package org.camunda.qa.impl
Class EnsureCleanDbPlugin
- java.lang.Object
- 
- org.camunda.qa.impl.EnsureCleanDbPlugin
 
- 
- All Implemented Interfaces:
- BpmPlatformPlugin
 
 public class EnsureCleanDbPlugin extends java.lang.Object implements BpmPlatformPlugin - Author:
- Daniel Meyer, Christopher Zell
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static java.lang.StringCACHE_IS_NOT_CLEANprotected static java.lang.StringDATABASE_NOT_CLEANprotected java.util.logging.Loggerlogger
 - 
Constructor SummaryConstructors Constructor Description EnsureCleanDbPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcessApplicationDeploy(ProcessApplicationInterface processApplication)voidpostProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
 
- 
- 
- 
Field Detail- 
DATABASE_NOT_CLEANprotected static final java.lang.String DATABASE_NOT_CLEAN - See Also:
- Constant Field Values
 
 - 
CACHE_IS_NOT_CLEANprotected static final java.lang.String CACHE_IS_NOT_CLEAN - See Also:
- Constant Field Values
 
 - 
loggerprotected java.util.logging.Logger logger 
 
- 
 - 
Method Detail- 
postProcessApplicationDeploypublic void postProcessApplicationDeploy(ProcessApplicationInterface processApplication) - Specified by:
- postProcessApplicationDeployin interface- BpmPlatformPlugin
 
 - 
postProcessApplicationUndeploypublic void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication) - Specified by:
- postProcessApplicationUndeployin interface- BpmPlatformPlugin
 
 
- 
 
-