@Incubating public interface NativeBinaryTasks extends DomainObjectSet<Task>
Modifier and Type | Method 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.
|
findAll, matching, matching, withType
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
Task getBuild()
Task getLink()
Task getCreateStaticLib()
ObjectFilesToBinary getCreateOrLink()