/** * A filter specifying which bugs are reported. Replaces the {@code includeFilter} property. * * @since 2.2 */ @Incubating @Nested @Optional public TextResource getIncludeFilterConfig() { return includeFilterConfig; }
/** * A filter specifying bugs to exclude from being reported. Replaces the {@code excludeFilter} property. * * @since 2.2 */ @Incubating @Nested @Optional public TextResource getExcludeFilterConfig() { return excludeFilterConfig; }
/** * A filter specifying baseline bugs to exclude from being reported. */ @Incubating @Nested @Optional public TextResource getExcludeBugsFilterConfig() { return excludeBugsFilterConfig; }
/** * The reports to be generated by this task. * * @return The reports container */ @Nested @Override public BuildDashboardReports getReports() { return reports; }
/** * The reports to be generated by this task. */ @Nested public final PmdReports getReports() { return reports; }
/** * The reports to be generated by this task. */ @Nested public final JDependReports getReports() { return reports; }
/** * The CodeNarc configuration to use. Replaces the {@code configFile} property. * * @since 2.2 */ @Incubating @Nested public TextResource getConfig() { return config; }
/** * The reports to be generated by this task. */ @Nested public CodeNarcReports getReports() { return reports; }
/** * The Checkstyle configuration to use. Replaces the {@code configFile} property. * * @since 2.2 */ @Incubating @Nested public TextResource getConfig() { return config; }
/** * The reports to be generated by this task. */ @Nested public final CheckstyleReports getReports() { return reports; }
@Nested public CoffeeScriptCompileOptions getOptions() { return options; }
@Nested @Override public ScalaCompileOptions getScalaCompileOptions() { return (ScalaCompileOptions) super.getScalaCompileOptions(); }
/** * Returns the ScalaDoc generation options. */ @Nested public ScalaDocOptions getScalaDocOptions() { return scalaDocOptions; }
/** * Returns options for running the Groovy compiler in a separate process. These options only take effect * if {@code fork} is set to {@code true}. */ @Nested public GroovyForkOptions getForkOptions() { return forkOptions; }
/** * Returns a HTML text to be used for overview documentation. Set to {@code null} when there is no overview text. */ @Nested @Optional public TextResource getOverviewText() { return overview; }
/** * Returns the reports to be generated by this task. */ @Nested @Override public JacocoReportsContainer getReports() { return reports; }
/** * The platform that the linked binary will run on. */ @Nested public NativePlatform getTargetPlatform() { return targetPlatform; }
/** * The platform being targeted. */ @Nested public NativePlatform getTargetPlatform() { return targetPlatform; }
/** * The platform describing the install target. */ @Nested public NativePlatform getPlatform() { return platform; }
@Nested @Override public DependencyReportContainer getReports() { return reports; }
/** * Returns options for generating debugging information. */ @Nested public DebugOptions getDebugOptions() { return debugOptions; }
/** * Returns options for running the compiler in a child process. */ @Nested public ForkOptions getForkOptions() { return forkOptions; }
/** * Returns options for using the Ant {@code <depend>} task. */ @Nested public DependOptions getDependOptions() { return dependOptions; }
@Nested protected JavaPlatform getPlatform() { return DefaultJavaPlatform.current(); }
/** * Returns test framework specific options. Make sure to call {@link #useJUnit()} or {@link #useTestNG()} before using this method. * * @return The test framework options. */ @Nested // TODO:LPTR This doesn't resolve any of the nested options for the concrete subtypes public TestFrameworkOptions getOptions() { return options(null); }
/** * The reports that this task potentially produces. * * @return The reports that this task potentially produces */ @Nested @Override public TestTaskReports getReports() { return reports; }
/** * Options for running the Scala compiler in a separate process. */ @Nested public ScalaForkOptions getForkOptions() { return forkOptions; }
@Nested public IncrementalCompileOptions getIncrementalOptions() { return incrementalOptions; }
@Nested public ScalaPlatform getPlatform() { return platform; }
/** * Returns the Scala compilation options. */ @Nested public BaseScalaCompileOptions getScalaCompileOptions() { return scalaCompileOptions; }
/** * Returns the Java compilation options. */ @Nested public CompileOptions getOptions() { return compileOptions; }
/** * Returns the pre-compiled header to be used during compilation */ @Nested @Optional public PreCompiledHeader getPreCompiledHeader() { return preCompiledHeader; }
@Override public Class<? extends Annotation> getAnnotationType() { return Nested.class; }
@Nested public RootManifest getCapsuleManifest() { return this.capsuleManifest; }
@Nested public ClojureCompileOptions getOptions() { return options; }
@Nested public ClojureForkOptions getForkOptions() { return forkOptions; }
@Nested public ReflectionWarnings getReflectionWarnings() { return reflectionWarnings; }