Class BaselineCheckstyle

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, org.gradle.api.Plugin<org.gradle.api.Project>

    public final class BaselineCheckstyle
    extends com.palantir.baseline.plugins.AbstractBaselinePlugin
    Configures the Gradle "checkstyle" task with Baseline settings.
    • Field Summary

      • Fields inherited from class com.palantir.baseline.plugins.AbstractBaselinePlugin

        project
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.gradle.api.Project project)  
      • Methods inherited from class com.palantir.baseline.plugins.AbstractBaselinePlugin

        getConfigDir, getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaselineCheckstyle

        public BaselineCheckstyle()
    • Method Detail

      • apply

        public void apply​(org.gradle.api.Project project)