@CompileStatic class Pmd extends AbstractQualityFeature
Type | Name and description |
---|---|
static String |
PLUGIN_ID |
boolean |
incrementalAnalysis |
int |
rulePriority |
FileCollection |
ruleSetFiles |
Constructor and description |
---|
Pmd
(ProjectConfigurationExtension config, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
applyTo(Pmd pmdTask) |
|
boolean |
isIncrementalAnalysisSet() |
|
boolean |
isRuleSetFilesSet() |
|
static void |
merge(Pmd o1, Pmd o2) |
|
void |
normalize() |
|
void |
setIncrementalAnalysis(boolean incrementalAnalysis) |
|
void |
setRuleSetFiles(FileCollection ruleSetFiles) |
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