Package org.gradle.profiler
Class CompositeBuildMutator
java.lang.Object
org.gradle.profiler.CompositeBuildMutator
- All Implemented Interfaces:
BuildMutator
-
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.voidafterScenario(ScenarioContext context) Runs after the last iteration of the scenario has finished.voidbeforeBuild(BuildContext context) Runs before starting an iteration of the build, after any potential cleanup has finished.voidbeforeCleanup(BuildContext context) Runs before each iteration if cleanup tasks are declared.voidbeforeScenario(ScenarioContext context) Runs before the first iteration of the scenario.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gradle.profiler.BuildMutator
validate
-
Constructor Details
-
CompositeBuildMutator
-
-
Method Details
-
beforeScenario
Description copied from interface:BuildMutatorRuns before the first iteration of the scenario.- Specified by:
beforeScenarioin interfaceBuildMutator
-
beforeCleanup
Description copied from interface:BuildMutatorRuns before each iteration if cleanup tasks are declared.- Specified by:
beforeCleanupin interfaceBuildMutator
-
afterCleanup
Description copied from interface:BuildMutatorRuns after each iteration of cleanup has finished.- Specified by:
afterCleanupin interfaceBuildMutator
-
beforeBuild
Description copied from interface:BuildMutatorRuns before starting an iteration of the build, after any potential cleanup has finished.- Specified by:
beforeBuildin interfaceBuildMutator
-
afterBuild
Description copied from interface:BuildMutatorRuns after each iteration of the build has finished.- Specified by:
afterBuildin interfaceBuildMutator
-
afterScenario
Description copied from interface:BuildMutatorRuns after the last iteration of the scenario has finished.- Specified by:
afterScenarioin interfaceBuildMutator
-
toString
-