| Interface and Description |
|---|
| ConventionValue
A ConventionValue can be assigned to a org.gradle.api.internal.IConventionAware task.
|
| Method and Description |
|---|
| ComponentMetadataHandler#eachComponent(Action super ComponentMetadataDetails> rule)
Adds a rule to modify the metadata of depended-on software components.
|
| ComponentMetadataHandler#eachComponent(Closure> rule)
Adds a rule to modify the metadata of depended-on software components.
|
| Task#getProject()
Returns the element which this task belongs to.
|