Extension for code quality
| Modifiers | Name | Description |
|---|---|---|
static class |
CodeQualityToolsPluginExtension.Checkstyle |
|
static class |
CodeQualityToolsPluginExtension.Cpd |
|
static class |
CodeQualityToolsPluginExtension.Detekt |
|
static class |
CodeQualityToolsPluginExtension.ErrorProne |
|
static class |
CodeQualityToolsPluginExtension.Findbugs |
|
static class |
CodeQualityToolsPluginExtension.Ktlint |
|
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 that support html reports |
java.lang.String[] |
ignoreProjectssubprojects that should be ignored |
boolean |
textReportsglobal configuration which will be applied on all enabled code quality tools that support text reports |
boolean |
xmlReportsglobal configuration which will be applied on all enabled code quality tools that support xml reports |
| 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 that support html reports
subprojects that should be ignored
global configuration which will be applied on all enabled code quality tools that support text reports
global configuration which will be applied on all enabled code quality tools that support xml reports