Collection<Task>, DomainObjectCollection<Task>, DomainObjectSet<Task>, Iterable<Task>, Set<Task>JarBinarySpec.TasksCollection, JvmTestSuiteBinarySpec.JvmTestSuiteTasks, NativeExecutableBinarySpec.TasksCollection, NativeTestSuiteBinarySpec.TasksCollection, SharedLibraryBinarySpec.TasksCollection, StaticLibraryBinarySpec.TasksCollection, TestSuiteTaskCollection@Incubating public interface BinaryTasksCollection extends DomainObjectSet<Task>
| Modifier and Type | Method | Description | 
|---|---|---|
| <T extends Task> | create(String name,
      Class<T> type,
      Action<? super T> config) | |
| Task | getBuild() | The task that can be used to assemble this binary. | 
| Task | getCheck() | The task that can be used to check this binary. | 
| String | taskName(String verb) | Generates a name for a task that performs some action on the binary. | 
| String | taskName(String verb,
        String object) | Generates a name for a task that performs some action on the binary. | 
parallelStream, removeIf, stream, toArrayaddAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypefindAll, matching, matching, withTypeString taskName(String verb)
String taskName(String verb, String object)
Task getBuild()
Task getCheck()