Package org.gradle.profiler.mutations
Class ShowBuildCacheSizeMutator
java.lang.Object
org.gradle.profiler.mutations.AbstractBuildMutator
org.gradle.profiler.mutations.ShowBuildCacheSizeMutator
- All Implemented Interfaces:
BuildMutator
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.gradle.profiler.BuildMutator
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterBuild(BuildContext context, Throwable error) Runs after each iteration of the build has finished.voidafterCleanup(BuildContext context, Throwable error) Runs after each iteration of cleanup has finished.voidbeforeScenario(ScenarioContext context) Runs before the first iteration of the scenario.Methods inherited from class org.gradle.profiler.mutations.AbstractBuildMutator
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gradle.profiler.BuildMutator
afterScenario, beforeBuild, beforeCleanup, validate
-
Constructor Details
-
ShowBuildCacheSizeMutator
-
-
Method Details
-
beforeScenario
Description copied from interface:BuildMutatorRuns before the first iteration of the scenario. -
afterCleanup
Description copied from interface:BuildMutatorRuns after each iteration of cleanup has finished. -
afterBuild
Description copied from interface:BuildMutatorRuns after each iteration of the build has finished.
-