Interface and Description |
---|
ConventionValue
A ConventionValue can be assigned to a org.gradle.api.internal.IConventionAware task.
|
DeleteAction
Deletes files and directories.
|
TestSuiteBinarySpec
A binary which runs a suite of tests.
|
TestSuiteContainer
A container of TestSuiteSpec instances.
|
TestSuiteSpec
A component representing a suite of tests that will be executed together.
|
Annotation Type and Description |
---|
BinaryType
No longer supported.
|
LanguageType
No longer supported.
|
Method and Description |
---|
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.
|