@CompileStatic class Checkstyle extends AbstractQualityFeature
Type | Name and description |
---|---|
static String |
PLUGIN_ID |
File |
configFile |
Map<String, Object> |
configProperties |
Set<String> |
excludes |
Set<String> |
includes |
int |
maxErrors |
int |
maxWarnings |
boolean |
showViolations |
Constructor and description |
---|
Checkstyle
(ProjectConfigurationExtension config, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
applyTo(Checkstyle checkstyleTask) |
|
void |
exclude(String str) |
|
void |
include(String str) |
|
boolean |
isConfigFileSet() |
|
boolean |
isShowViolationsSet() |
|
static void |
merge(Checkstyle o1, Checkstyle o2) |
|
void |
normalize() |
|
void |
setConfigFile(File configFile) |
|
void |
setShowViolations(boolean showViolations) |
Methods inherited from class | Name |
---|---|
class AbstractQualityFeature |
excludeSourceSet, getIgnoreFailures, merge |
class AbstractAggregateFeature |
aggregate, aggregate, merge, toMap |
class AbstractFeature |
isEnabledSet, isRoot, merge, normalize, postMerge, setEnabled |
Groovy Documentation