Package org.gradle.nativeplatform
Interface StaticLibraryBinarySpec.TasksCollection
- All Superinterfaces:
- BinaryTasksCollection,- Collection<Task>,- DomainObjectCollection<Task>,- DomainObjectSet<Task>,- Iterable<Task>,- Set<Task>
- Enclosing interface:
- StaticLibraryBinarySpec
Provides access to key tasks used for building the binary.
- 
Method SummaryMethods inherited from interface org.gradle.platform.base.BinaryTasksCollectioncreate, getBuild, getCheck, taskName, taskNameMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.api.DomainObjectCollectionaddAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface org.gradle.api.DomainObjectSetfindAll, matching, matching, withType
- 
Method Details- 
getCreateStaticLibTask getCreateStaticLib()The create static library task.
 
-