Interface and Description |
---|
ConventionValue
A ConventionValue can be assigned to a org.gradle.api.internal.IConventionAware task.
|
Method and Description |
---|
BinarySpec#getSource()
The source sets used to compile this binary.
|
ComponentSpec#getSource()
The source sets that are used to build this component.
|
Specs#and(Spec super T> specs)
Returns a spec that selects the intersection of those items selected by the given specs.
|
Specs#and(Collection extends Spec super T>> specs)
Returns a spec that selects the intersection of those items selected by the given specs.
|
Specs#not(Spec super T> spec)
Returns a spec that selects everything that is not selected by the given spec.
|
Specs#or(Spec super T> specs)
Returns a spec that selects the union of those items selected by the provided spec.
|
Specs#or(Collection extends Spec super T>> specs)
Returns a spec that selects the union of those items selected by the provided spec.
|
Specs#or(boolean defaultWhenNoSpecs, List extends Spec super T>> specs)
Returns a spec that selects the union of those items selected by the provided spec.
|
StartParameter#getParallelThreadCount()
Returns the number of parallel threads to use for build execution.
|
Task#getProject()
Returns the element which this task belongs to.
|