Package org.gradle.profiler.mutations
Class GitCheckoutMutator
java.lang.Object
org.gradle.profiler.mutations.AbstractGitMutator
org.gradle.profiler.mutations.GitCheckoutMutator
- All Implemented Interfaces:
BuildMutator
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.gradle.profiler.mutations.AbstractGitMutator
projectDirFields 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.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 org.gradle.profiler.mutations.AbstractGitMutator
resetGitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gradle.profiler.BuildMutator
afterCleanup, afterScenario, validate
-
Constructor Details
-
GitCheckoutMutator
-
-
Method Details
-
beforeScenario
Description copied from interface:BuildMutatorRuns before the first iteration of the scenario. -
beforeCleanup
Description copied from interface:BuildMutatorRuns before each iteration if cleanup tasks are declared. -
beforeBuild
Description copied from interface:BuildMutatorRuns before starting an iteration of the build, after any potential cleanup has finished. -
afterBuild
Description copied from interface:BuildMutatorRuns after each iteration of the build has finished. -
toString
-