Class CrapJavaExtension

java.lang.Object
media.barney.crap.gradle.CrapJavaExtension

public abstract class CrapJavaExtension extends Object
  • Constructor Details

    • CrapJavaExtension

      public CrapJavaExtension()
  • Method Details

    • getThreshold

      public abstract org.gradle.api.provider.Property<Double> getThreshold()
    • getFormat

      public abstract org.gradle.api.provider.Property<String> getFormat()
    • getAgent

      public abstract org.gradle.api.provider.Property<Boolean> getAgent()
    • getFailuresOnly

      public abstract org.gradle.api.provider.Property<Boolean> getFailuresOnly()
    • getOmitRedundancy

      public abstract org.gradle.api.provider.Property<Boolean> getOmitRedundancy()
    • getOutput

      public abstract org.gradle.api.file.RegularFileProperty getOutput()
    • getJunit

      public abstract org.gradle.api.provider.Property<Boolean> getJunit()
    • getJunitReport

      public abstract org.gradle.api.file.RegularFileProperty getJunitReport()
    • getExcludes

      public abstract org.gradle.api.provider.ListProperty<String> getExcludes()
    • getExcludeClasses

      public abstract org.gradle.api.provider.ListProperty<String> getExcludeClasses()
    • getExcludeAnnotations

      public abstract org.gradle.api.provider.ListProperty<String> getExcludeAnnotations()
    • getUseDefaultExclusions

      public abstract org.gradle.api.provider.Property<Boolean> getUseDefaultExclusions()