Package org.gradle.profiler.mutations
Class ApplyChangeToComposableKotlinFileMutator
java.lang.Object
org.gradle.profiler.mutations.AbstractFileChangeMutator
org.gradle.profiler.mutations.AbstractKotlinSourceFileMutator
org.gradle.profiler.mutations.ApplyChangeToComposableKotlinFileMutator
- All Implemented Interfaces:
BuildMutator
This class applies a mutation to a Kotlin file by adding an extra composable function, indicating
an ABI change within the UI layer.
-
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
Modifier and TypeMethodDescriptionprotected voidapplyChangeTo(BuildContext context, StringBuilder text) Methods inherited from class org.gradle.profiler.mutations.AbstractFileChangeMutator
afterScenario, 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
-
ApplyChangeToComposableKotlinFileMutator
-
-
Method Details
-
applyChangeTo
- Specified by:
applyChangeToin classAbstractFileChangeMutator
-