BuildableModelElement

API Documentation:BuildableModelElement

Note: This class is incubating and may change in a future version of Gradle.

A model element that is directly buildable. Such an element mirrors a specified lifecycle task in the task graph, and can accept dependencies which are then associated with the lifecycle task.

Properties

PropertyDescription
buildTask
Incubating

The 'lifecycle' task associated with the construction of this element.

Methods

MethodDescription
builtBy(tasks)
Incubating

Adds a task that is required for the construction of this element. A task added this way is then added as a dependency of the associated lifecycle task.

Script blocks

No script blocks

Property details

Task buildTask

Note: This property is incubating and may change in a future version of Gradle.

The 'lifecycle' task associated with the construction of this element.

Method details

void builtBy(Object... tasks)

Note: This method is incubating and may change in a future version of Gradle.

Adds a task that is required for the construction of this element. A task added this way is then added as a dependency of the associated lifecycle task.