public abstract class CodeQualityExtension extends Object
| Constructor and Description | 
|---|
| CodeQualityExtension() | 
| Modifier and Type | Method and Description | 
|---|---|
| File | getReportsDir()The directory where reports will be generated. | 
| Collection<SourceSet> | getSourceSets()The source sets to be analyzed as part of the check and build tasks. | 
| String | getToolVersion()The version of the code quality tool to be used. | 
| boolean | isIgnoreFailures()Whether or not to allow the build to continue if there are warnings. | 
| void | setIgnoreFailures(boolean ignoreFailures) | 
| void | setReportsDir(File reportsDir) | 
| void | setSourceSets(Collection<SourceSet> sourceSets) | 
| void | setToolVersion(String toolVersion) | 
public String getToolVersion()
public void setToolVersion(String toolVersion)
public Collection<SourceSet> getSourceSets()
public void setSourceSets(Collection<SourceSet> sourceSets)
public boolean isIgnoreFailures()
public void setIgnoreFailures(boolean ignoreFailures)
public File getReportsDir()
public void setReportsDir(File reportsDir)