Package org.gradle.nativeplatform.test
Interface NativeTestSuiteBinarySpec.TasksCollection
-
- All Superinterfaces:
BinaryTasksCollection
,Collection<Task>
,DomainObjectCollection<Task>
,DomainObjectSet<Task>
,Iterable<Task>
,Set<Task>
,TestSuiteTaskCollection
- Enclosing interface:
- NativeTestSuiteBinarySpec
public static interface NativeTestSuiteBinarySpec.TasksCollection extends TestSuiteTaskCollection
Provides access to key tasks used for building the binary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Task
getInstall()
The install task.Task
getLink()
The link task.-
Methods inherited from interface org.gradle.platform.base.BinaryTasksCollection
create, getBuild, getCheck, taskName, taskName
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface org.gradle.api.DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.DomainObjectSet
findAll, matching, matching, withType
-
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
-
Methods inherited from interface org.gradle.testing.base.TestSuiteTaskCollection
getRun
-
-