Package org.gradle.api.plugins.quality
Class CodeQualityExtension
java.lang.Object
org.gradle.api.plugins.quality.CodeQualityExtension
- Direct Known Subclasses:
CheckstyleExtension,CodeNarcExtension,PmdExtension
Base Code Quality Extension.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether to allow the build to continue if there are warnings.abstract DirectoryPropertyThe directory where reports will be generated.abstract ListProperty<SourceSet> The source sets to be analyzed as part of thecheckandbuildtasks.The version of the code quality tool to be used.
-
Constructor Details
-
CodeQualityExtension
public CodeQualityExtension()
-
-
Method Details
-
getToolVersion
The version of the code quality tool to be used. -
getSourceSets
The source sets to be analyzed as part of thecheckandbuildtasks. -
getIgnoreFailures
Whether to allow the build to continue if there are warnings. Example: ignoreFailures = true -
getIsIgnoreFailures
-
getReportsDir
The directory where reports will be generated.
-