public class ClearConfigurationCacheStateMutator extends AbstractCleanupMutator
| Modifier and Type | Class and Description |
|---|---|
static class |
ClearConfigurationCacheStateMutator.Configurator |
AbstractCleanupMutator.CleanupScheduleNOOP| Constructor and Description |
|---|
ClearConfigurationCacheStateMutator(java.io.File projectDir,
AbstractCleanupMutator.CleanupSchedule schedule) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup() |
void |
validate(BuildInvoker invoker)
Validates if the mutator works with the given invoker.
|
beforeBuild, beforeCleanup, beforeScenario, delete, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterBuild, afterCleanup, afterScenariopublic ClearConfigurationCacheStateMutator(java.io.File projectDir,
AbstractCleanupMutator.CleanupSchedule schedule)
public void validate(BuildInvoker invoker)
BuildMutatorvalidate in interface BuildMutatorvalidate in class AbstractCleanupMutatorprotected void cleanup()
cleanup in class AbstractCleanupMutator