| Type | Name and description |
|---|---|
java.lang.Boolean |
abortOnErrorif set to false or true it overrides CodeQualityToolsPluginExtension.failEarly |
java.lang.Boolean |
absolutePathsReturns whether lint should use absolute paths or not |
java.lang.String |
baselineFileNameThe baseline file name (e.g. baseline.xml) which will be saved under each project. |
java.lang.Boolean |
checkAllWarningsReturns whether lint should check all warnings, including those off by default |
java.lang.Boolean |
checkReleaseBuildsReturns whether lint should check release builds or not. |
boolean |
enabledability to enable or disable only lint for every subproject that is not ignored |
java.io.File |
lintConfigThe lint config file (e.g. lint.xml) |
java.lang.String |
textOutputSpecify the textOutput for lint. |
java.lang.Boolean |
textReportEnable or disable textReport |
java.lang.Boolean |
warningsAsErrorsif set to false or true it overrides CodeQualityToolsPluginExtension.failEarly |
| 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() |
if set to false or true it overrides CodeQualityToolsPluginExtension.failEarly
Returns whether lint should use absolute paths or not
The baseline file name (e.g. baseline.xml) which will be saved under each project.
Returns whether lint should check all warnings, including those off by default
Returns whether lint should check release builds or not. Since this plugin hooks lint into the check task we'll assume that you're always running the full lint suite and hence checking release builds is not necessary.
ability to enable or disable only lint for every subproject that is not ignored
The lint config file (e.g. lint.xml)
Specify the textOutput for lint. It will only be used when textReport is set to true
Enable or disable textReport
if set to false or true it overrides CodeQualityToolsPluginExtension.failEarly