public class ShowBuildCacheSizeMutator extends AbstractBuildMutator
| Modifier and Type | Class and Description |
|---|---|
static class |
ShowBuildCacheSizeMutator.Configurator |
NOOP| Constructor and Description |
|---|
ShowBuildCacheSizeMutator(java.io.File gradleUserHome) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBuild(BuildContext context,
java.lang.Throwable error)
Runs after each iteration of the build has finished.
|
void |
afterCleanup(BuildContext context,
java.lang.Throwable error)
Runs after each iteration of cleanup has finished.
|
void |
beforeScenario(ScenarioContext context)
Runs before the first iteration of the scenario.
|
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterScenario, beforeBuild, beforeCleanup, validatepublic ShowBuildCacheSizeMutator(java.io.File gradleUserHome)
public void beforeScenario(ScenarioContext context)
BuildMutatorpublic void afterCleanup(BuildContext context, java.lang.Throwable error)
BuildMutatorpublic void afterBuild(BuildContext context, java.lang.Throwable error)
BuildMutator