A collection of tasks associated to a binary
Type | Name and description |
---|---|
void |
create(String name, Class<T> type, Action<? super T> config) |
Task |
getBuild() The task that can be used to assemble 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. |
Methods inherited from class | Name |
---|---|
interface DomainObjectSet |
findAll, matching, matching, withType |
interface DomainObjectCollection |
all, all, findAll, matching, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withType |
interface Set |
add, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll |