public class ClearConfigurationCacheStateMutator extends AbstractScheduledMutator
| Modifier and Type | Class and Description |
|---|---|
static class |
ClearConfigurationCacheStateMutator.Configurator |
AbstractScheduledMutator.ScheduleNOOP| Constructor and Description |
|---|
ClearConfigurationCacheStateMutator(java.io.File projectDir,
AbstractScheduledMutator.Schedule schedule) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeOnSchedule() |
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,
AbstractScheduledMutator.Schedule schedule)
public void validate(BuildInvoker invoker)
BuildMutatorvalidate in interface BuildMutatorvalidate in class AbstractScheduledMutatorprotected void executeOnSchedule()
executeOnSchedule in class AbstractScheduledMutator