Package org.gradle.profiler.mutations
Class ClearJarsCacheMutator
java.lang.Object
org.gradle.profiler.mutations.AbstractCleanupMutator
org.gradle.profiler.mutations.AbstractCacheCleanupMutator
org.gradle.profiler.mutations.ClearJarsCacheMutator
- All Implemented Interfaces:
BuildMutator
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.gradle.profiler.mutations.AbstractCleanupMutator
AbstractCleanupMutator.CleanupSchedule -
Field Summary
Fields inherited from interface org.gradle.profiler.BuildMutator
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionClearJarsCacheMutator(File gradleUserHome, AbstractCleanupMutator.CleanupSchedule schedule) -
Method Summary
Methods inherited from class org.gradle.profiler.mutations.AbstractCacheCleanupMutator
cleanupMethods inherited from class org.gradle.profiler.mutations.AbstractCleanupMutator
beforeBuild, beforeCleanup, beforeScenario, delete, toString, validateMethods 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, afterScenario
-
Constructor Details
-
ClearJarsCacheMutator
-
-
Method Details
-
cleanupCacheDir
- Specified by:
cleanupCacheDirin classAbstractCacheCleanupMutator
-