Package org.camunda.qa.impl
Class EnsureCleanDbPlugin
- java.lang.Object
-
- org.camunda.qa.impl.EnsureCleanDbPlugin
-
- All Implemented Interfaces:
BpmPlatformPlugin
public class EnsureCleanDbPlugin extends Object implements BpmPlatformPlugin
- Author:
- Daniel Meyer, Christopher Zell
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
CACHE_IS_NOT_CLEAN
protected static String
DATABASE_NOT_CLEAN
protected Logger
logger
-
Constructor Summary
Constructors Constructor Description EnsureCleanDbPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
void
postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-
-
-
Field Detail
-
DATABASE_NOT_CLEAN
protected static final String DATABASE_NOT_CLEAN
- See Also:
- Constant Field Values
-
CACHE_IS_NOT_CLEAN
protected static final String CACHE_IS_NOT_CLEAN
- See Also:
- Constant Field Values
-
logger
protected Logger logger
-
-
Method Detail
-
postProcessApplicationDeploy
public void postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationDeploy
in interfaceBpmPlatformPlugin
-
postProcessApplicationUndeploy
public void postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
- Specified by:
postProcessApplicationUndeploy
in interfaceBpmPlatformPlugin
-
-