Class IndraCheckstylePlugin

  • All Implemented Interfaces:
    net.kyori.mammoth.ProjectPlugin, org.gradle.api.Plugin<org.gradle.api.Project>

    public class IndraCheckstylePlugin
    extends java.lang.Object
    implements net.kyori.mammoth.ProjectPlugin
    Configure Gradle's built-in checkstyle plugin.
    Since:
    2.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CHECKSTYLE_ALL_TASK  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(@NotNull org.gradle.api.Project project, @NotNull org.gradle.api.plugins.PluginContainer plugins, @NotNull org.gradle.api.plugins.ExtensionContainer extensions, @NotNull org.gradle.api.tasks.TaskContainer tasks)  
      @Nullable org.gradle.util.GradleVersion minimumGradleVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.kyori.mammoth.ProjectPlugin

        apply, apply
    • Field Detail

      • CHECKSTYLE_ALL_TASK

        public static final java.lang.String CHECKSTYLE_ALL_TASK
        See Also:
        Constant Field Values
    • Constructor Detail

      • IndraCheckstylePlugin

        public IndraCheckstylePlugin()
    • Method Detail

      • minimumGradleVersion

        @Nullable
        public @Nullable org.gradle.util.GradleVersion minimumGradleVersion()
        Specified by:
        minimumGradleVersion in interface net.kyori.mammoth.ProjectPlugin
      • apply

        public void apply​(@NotNull
                          @NotNull org.gradle.api.Project project,
                          @NotNull
                          @NotNull org.gradle.api.plugins.PluginContainer plugins,
                          @NotNull
                          @NotNull org.gradle.api.plugins.ExtensionContainer extensions,
                          @NotNull
                          @NotNull org.gradle.api.tasks.TaskContainer tasks)
        Specified by:
        apply in interface net.kyori.mammoth.ProjectPlugin