Base Code Quality Extension.
Type | Name and description |
---|---|
boolean |
getIgnoreFailures() Whether or not to allow the build to continue if there are warnings. |
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() |
void |
setIgnoreFailures(boolean ignoreFailures) |
void |
setReportsDir(File reportsDir) |
void |
setSourceSets(Collection<SourceSet> sourceSets) |
void |
setToolVersion(String toolVersion) |
Methods inherited from class | Name |
---|---|
class groovy.lang.GroovyObjectSupport |
groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll() |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Whether or not to allow the build to continue if there are warnings. Example: ignoreFailures = true
The directory where reports will be generated.
The source sets to be analyzed as part of the check and build tasks.
The version of the code quality tool to be used.