|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.api.plugins.quality.JavaCodeQualityPluginConvention
class JavaCodeQualityPluginConvention
Property Summary | |
---|---|
String |
checkstyleConfigFileName
The name of the Checkstyle configuration file, relative to the project directory. |
Map |
checkstyleProperties
The set of properties to substitute into the Checkstyle configuration file. |
String |
checkstyleResultsDirName
The name of the directory to write Checkstyle results to, relative to the build directory. |
Constructor Summary | |
JavaCodeQualityPluginConvention(Project project)
|
Method Summary | |
---|---|
File
|
getCheckstyleConfigFile()
The Checkstyle configuration file. |
File
|
getCheckstyleResultsDir()
The directory to write the Checkstyle results into. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
String checkstyleConfigFileName
Map checkstyleProperties
String checkstyleResultsDirName
Constructor Detail |
---|
JavaCodeQualityPluginConvention(Project project)
Method Detail |
---|
File getCheckstyleConfigFile()
File getCheckstyleResultsDir()
Gradle API 1.12