Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getIncrementalAnalysis (0.34 sec)

  1. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/PmdActionParameters.java

        ConfigurableFileCollection getAuxClasspath();
    
        Property<Integer> getRulesMinimumPriority();
    
        Property<Integer> getMaxFailures();
    
        Property<Boolean> getIncrementalAnalysis();
    
        RegularFileProperty getIncrementalCacheFile();
    
        Property<Integer> getThreads();
    
        ConfigurableFileCollection getSource();
    
        ListProperty<EnabledReport> getEnabledReports();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/PmdExtension.java

         *
         * @since 5.6
         */
        public Property<Boolean> getIncrementalAnalysis() {
            return incrementalAnalysis;
        }
    
        /**
         * The number of threads used by PMD.
         *
         * @since 7.5
         */
        public Property<Integer> getThreads() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 8.3K bytes
    - Viewed (0)
Back to top