api / org.gradle.api.plugins / HelpTasksPlugin

HelpTasksPlugin

@Incubating open class HelpTasksPlugin : Plugin<ProjectInternal>

Adds various reporting tasks that provide information about the project.

Constructors

<init>

HelpTasksPlugin()

Adds various reporting tasks that provide information about the project.

Properties

COMPONENTS_TASK

static val COMPONENTS_TASK: String

DEPENDENCIES_TASK

static val DEPENDENCIES_TASK: String

DEPENDENCY_INSIGHT_TASK

static val DEPENDENCY_INSIGHT_TASK: String

DEPENDENT_COMPONENTS_TASK

static val DEPENDENT_COMPONENTS_TASK: String

HELP_GROUP

static val HELP_GROUP: String

MODEL_TASK

static val MODEL_TASK: String

PROPERTIES_TASK

static val PROPERTIES_TASK: String

Functions

apply

open fun apply(project: ProjectInternal): Unit