public interface BinaryTasksCollection extends DomainObjectSet<Task>
Modifier and Type | Method and Description |
---|---|
<T extends Task> |
create(String name,
Class<T> type,
Action<? super T> config) |
Task |
getBuild()
The 'lifecycle' task, that can be used to construct 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.
|
findAll, matching, matching, withType
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
String taskName(String verb)
String taskName(String verb, String object)
Task getBuild()