|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.quality.JavaCodeQualityPluginConvention
class JavaCodeQualityPluginConvention extends java.lang.Object
| Property Summary | |
|---|---|
java.lang.String |
checkstyleConfigFileName
The name of the Checkstyle configuration file, relative to the project directory. |
java.util.Map |
checkstyleProperties
The set of properties to substitute into the Checkstyle configuration file. |
java.lang.String |
checkstyleResultsDirName
The name of the directory to write Checkstyle results to, relative to the build directory. |
| Constructor Summary | |
JavaCodeQualityPluginConvention(Project project)
|
|
| Method Summary | |
|---|---|
java.io.File
|
getCheckstyleConfigFile()
The Checkstyle configuration file. |
java.io.File
|
getCheckstyleResultsDir()
The directory to write the Checkstyle results into. |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
| Property Detail |
|---|
java.lang.String checkstyleConfigFileName
java.util.Map checkstyleProperties
java.lang.String checkstyleResultsDirName
| Constructor Detail |
|---|
JavaCodeQualityPluginConvention(Project project)
| Method Detail |
|---|
java.io.File getCheckstyleConfigFile()
java.io.File getCheckstyleResultsDir()
Groovy Documentation