Package org.gradle.api.plugins
Class HelpTasksPlugin
- java.lang.Object
-
- org.gradle.api.plugins.HelpTasksPlugin
-
- All Implemented Interfaces:
Plugin<org.gradle.api.internal.project.ProjectInternal>
@Incubating public class HelpTasksPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
Adds various reporting tasks that provide information about the project.
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPONENTS_TASK
static String
DEPENDENCIES_TASK
static String
DEPENDENCY_INSIGHT_TASK
static String
DEPENDENT_COMPONENTS_TASK
static String
HELP_GROUP
static String
MODEL_TASK
static String
PROPERTIES_TASK
-
Constructor Summary
Constructors Constructor Description HelpTasksPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
HELP_GROUP
public static final String HELP_GROUP
- See Also:
- Constant Field Values
-
PROPERTIES_TASK
public static final String PROPERTIES_TASK
- See Also:
- Constant Field Values
-
DEPENDENCIES_TASK
public static final String DEPENDENCIES_TASK
- See Also:
- Constant Field Values
-
DEPENDENCY_INSIGHT_TASK
public static final String DEPENDENCY_INSIGHT_TASK
- See Also:
- Constant Field Values
-
COMPONENTS_TASK
public static final String COMPONENTS_TASK
- See Also:
- Constant Field Values
-
MODEL_TASK
public static final String MODEL_TASK
- See Also:
- Constant Field Values
-
DEPENDENT_COMPONENTS_TASK
public static final String DEPENDENT_COMPONENTS_TASK
- See Also:
- Constant Field Values
-
-