Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ApplyNonAbiChangeToJavaSourceFileMutator (1.23 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/java/JavaIncrementalExecutionPerformanceTest.groovy

    import org.gradle.profiler.mutations.AbstractCleanupMutator
    import org.gradle.profiler.mutations.ApplyAbiChangeToJavaSourceFileMutator
    import org.gradle.profiler.mutations.ApplyNonAbiChangeToJavaSourceFileMutator
    import org.gradle.profiler.mutations.ClearBuildCacheMutator
    import org.gradle.test.fixtures.file.LeaksFileHandles
    
    import static org.gradle.performance.annotations.ScenarioType.PER_COMMIT
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. testing/performance/src/performanceTest/groovy/org/gradle/performance/experiment/maven/JavaTestGradleVsMavenPerformanceTest.groovy

    import org.gradle.performance.annotations.RunFor
    import org.gradle.performance.annotations.Scenario
    import org.gradle.performance.fixture.JavaTestProject
    import org.gradle.profiler.mutations.ApplyNonAbiChangeToJavaSourceFileMutator
    
    import static org.gradle.performance.annotations.ScenarioType.PER_WEEK
    import static org.gradle.performance.results.OperatingSystem.LINUX
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/JavaTestProject.groovy

    import org.gradle.profiler.BuildMutator
    import org.gradle.profiler.InvocationSettings
    import org.gradle.profiler.mutations.ApplyAbiChangeToJavaSourceFileMutator
    import org.gradle.profiler.mutations.ApplyNonAbiChangeToJavaSourceFileMutator
    import org.gradle.test.fixtures.language.Language
    
    import javax.annotation.Nullable
    
    class JavaTestProject implements IncrementalTestProject {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/buildcache/TaskOutputCachingJavaPerformanceTest.groovy

    import org.gradle.profiler.mutations.AbstractCleanupMutator
    import org.gradle.profiler.mutations.ApplyAbiChangeToJavaSourceFileMutator
    import org.gradle.profiler.mutations.ApplyNonAbiChangeToJavaSourceFileMutator
    import org.gradle.profiler.mutations.ClearGradleUserHomeMutator
    import org.gradle.profiler.mutations.ClearProjectCacheMutator
    import org.gradle.test.fixtures.keystore.TestKeyStore
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 13:08:21 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top