Provides access to key tasks used for building the binary.
| Type | Name and description |
|---|---|
Task |
getBuild()The 'lifecycle' task, that can be used to construct this native binary. |
ObjectFilesToBinary |
getCreateOrLink()The task that builds the binary out of object files: either the link task or create static library task as appropriate. |
Task |
getCreateStaticLib()The create static library task if present. |
Task |
getLink()The link task, if one is present. |
| 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, remove, equals, hashCode, clear, contains, isEmpty, iterator, size, toArray, toArray, spliterator, addAll, containsAll, removeAll, retainAll, stream, removeIf, parallelStream, forEach |
The 'lifecycle' task, that can be used to construct this native binary.
The task that builds the binary out of object files: either the link task or create static library task as appropriate.
The create static library task if present. Null otherwise.
The link task, if one is present. Null otherwise.