Class HelpTasksPlugin

java.lang.Object
org.gradle.api.plugins.HelpTasksPlugin
All Implemented Interfaces:
Plugin<Project>

public abstract class HelpTasksPlugin extends Object implements Plugin<Project>
Adds various reporting tasks that provide information about the project.
Since:
1.3
See Also:
  • Field Details

  • Constructor Details

    • HelpTasksPlugin

      public HelpTasksPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object