@CompileStatic abstract class AbstractQualityFeature extends AbstractAggregateFeature
Type | Name and description |
---|---|
Set<String> |
excludedSourceSets |
Boolean |
ignoreFailures |
String |
toolVersion |
Constructor and description |
---|
AbstractQualityFeature
(ProjectConfigurationExtension config, Project project, String pluginId, String featureName) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
excludeSourceSet(String s) |
|
boolean |
getIgnoreFailures() |
|
static void |
merge(AbstractQualityFeature o1, AbstractQualityFeature o2) |
Methods inherited from class | Name |
---|---|
class AbstractAggregateFeature |
aggregate, aggregate, merge, toMap |
class AbstractFeature |
isEnabledSet, isRoot, merge, normalize, postMerge, setEnabled |
Groovy Documentation