public class ShowBuildCacheSizeMutator extends java.lang.Object implements BuildMutator
| 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.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterScenario, beforeBuild, beforeCleanup, validatepublic ShowBuildCacheSizeMutator(java.io.File gradleUserHome)
public void beforeScenario(ScenarioContext context)
BuildMutatorbeforeScenario in interface BuildMutatorpublic void afterCleanup(BuildContext context, java.lang.Throwable error)
BuildMutatorafterCleanup in interface BuildMutatorpublic void afterBuild(BuildContext context, java.lang.Throwable error)
BuildMutatorafterBuild in interface BuildMutatorpublic java.lang.String toString()
toString in class java.lang.Object