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 Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
The name of the outgoing variants report task.static final String
static final String
The name of the requested configurations report task. -
Constructor Summary
-
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_TASK
The name of the outgoing variants report task.- Since:
- 6.0
- See Also:
-
RESOLVABLE_CONFIGURATIONS_TASK
The name of the requested configurations report task.- Since:
- 7.5
- See Also:
-
MODEL_TASK
- See Also:
-
DEPENDENT_COMPONENTS_TASK
- See Also:
-
-
Constructor Details
-
HelpTasksPlugin
public HelpTasksPlugin()
-
-
Method Details