Extension for code quality
| Modifiers | Name | Description |
|---|---|---|
static class |
CodeQualityToolsPluginExtension.Checkstyle |
|
static class |
CodeQualityToolsPluginExtension.Findbugs |
|
static class |
CodeQualityToolsPluginExtension.Lint |
|
static class |
CodeQualityToolsPluginExtension.Pmd |
| Type | Name and description |
|---|---|
boolean |
failEarlywhen set to true all enabled code quality tools will be configured in a way that even a single warning / error will fail the build process |
boolean |
htmlReportsglobal configuration which will be applied on all enabled code quality tools |
java.lang.String[] |
ignoreProjectssubprojects that should be ignored |
boolean |
xmlReportsglobal configuration which will be applied on all enabled code quality tools |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
when set to true all enabled code quality tools will be configured in a way that even a single warning / error will fail the build process
global configuration which will be applied on all enabled code quality tools
subprojects that should be ignored
global configuration which will be applied on all enabled code quality tools