Groovy Documentation

org.gradle.api.plugins.quality
[Groovy] Class AntCheckstyle

java.lang.Object
  org.gradle.api.plugins.quality.AntCheckstyle

class AntCheckstyle

Method Summary
java.lang.Object checkstyle(AntBuilder ant, FileCollection source, java.io.File configFile, java.io.File resultFile, AntBuilderAware classpath, java.util.Map properties, boolean ignoreFailures)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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()
 

Method Detail

checkstyle

java.lang.Object checkstyle(AntBuilder ant, FileCollection source, java.io.File configFile, java.io.File resultFile, AntBuilderAware classpath, java.util.Map properties, boolean ignoreFailures)


 

Groovy Documentation