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

    • HELP_GROUP

      public static final String HELP_GROUP
      The help group.
      Since:
      2.2
      See Also:
    • PROPERTIES_TASK

      public static final String PROPERTIES_TASK
      The properties task.
      Since:
      2.2
      See Also:
    • DEPENDENCIES_TASK

      public static final String DEPENDENCIES_TASK
      The dependencies task.
      Since:
      2.2
      See Also:
    • DEPENDENCY_INSIGHT_TASK

      public static final String DEPENDENCY_INSIGHT_TASK
      The dependency insight task.
      Since:
      2.2
      See Also:
    • OUTGOING_VARIANTS_TASK

      public static final String OUTGOING_VARIANTS_TASK
      The name of the outgoing variants report task.
      Since:
      6.0
      See Also:
    • RESOLVABLE_CONFIGURATIONS_TASK

      @Incubating public static final String RESOLVABLE_CONFIGURATIONS_TASK
      The name of the requested configurations report task.
      Since:
      7.5
      See Also:
    • ARTIFACT_TRANSFORMS_TASK

      @Incubating public static final String ARTIFACT_TRANSFORMS_TASK
      The name of the Artifact Transforms report task.
      Since:
      8.13
      See Also:
    • MODEL_TASK

      @Deprecated public static final String MODEL_TASK
      Deprecated.
      The software model is deprecated and will be removed in Gradle 10.
      The model task.
      Since:
      2.4
      See Also:
  • 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