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, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll |
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.