Package org.gradle.profiler.mutations
Class AbstractKotlinSourceFileMutator
java.lang.Object
org.gradle.profiler.mutations.AbstractFileChangeMutator
org.gradle.profiler.mutations.AbstractKotlinSourceFileMutator
- All Implemented Interfaces:
BuildMutator
- Direct Known Subclasses:
ApplyAbiChangeToKotlinSourceFileMutator,ApplyChangeToComposableKotlinFileMutator,ApplyNonAbiChangeToKotlinSourceFileMutator
-
Field Summary
Fields inherited from class org.gradle.profiler.mutations.AbstractFileChangeMutator
sourceFileFields inherited from interface org.gradle.profiler.BuildMutator
NOOP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gradle.profiler.mutations.AbstractFileChangeMutator
afterScenario, applyChangeTo, beforeBuild, beforeScenario, revert, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gradle.profiler.BuildMutator
afterBuild, afterCleanup, beforeCleanup, validate
-
Constructor Details
-
AbstractKotlinSourceFileMutator
-