Package org.gradle.api.plugins
Class HelpTasksPlugin
java.lang.Object
org.gradle.api.plugins.HelpTasksPlugin
Adds various reporting tasks that provide information about the project.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe name of the Artifact Transforms report task.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe name of the outgoing variants report task.static final Stringstatic final StringThe name of the requested configurations report task.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
HELP_GROUP- See Also:
 
- 
PROPERTIES_TASK- See Also:
 
- 
DEPENDENCIES_TASK- See Also:
 
- 
DEPENDENCY_INSIGHT_TASK- See Also:
 
- 
COMPONENTS_TASK- See Also:
 
- 
OUTGOING_VARIANTS_TASKThe name of the outgoing variants report task.- Since:
- 6.0
- See Also:
 
- 
RESOLVABLE_CONFIGURATIONS_TASKThe name of the requested configurations report task.- Since:
- 7.5
- See Also:
 
- 
ARTIFACT_TRANSFORMS_TASKThe name of the Artifact Transforms report task.- Since:
- 8.13
- See Also:
 
- 
MODEL_TASK- See Also:
 
- 
DEPENDENT_COMPONENTS_TASK- See Also:
 
 
- 
- 
Constructor Details- 
HelpTasksPluginpublic HelpTasksPlugin()
 
- 
- 
Method Details