Package org.gradle.api.plugins
Class HelpTasksPlugin
- java.lang.Object
-
- org.gradle.api.plugins.HelpTasksPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENTS_TASKstatic StringDEPENDENCIES_TASKstatic StringDEPENDENCY_INSIGHT_TASKstatic StringDEPENDENT_COMPONENTS_TASKstatic StringHELP_GROUPstatic StringMODEL_TASKstatic StringPROPERTIES_TASK
-
Constructor Summary
Constructors Constructor Description HelpTasksPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(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
-
-