Represents a binary artifact that is the result of building a project component.
Type | Name and description |
---|---|
String |
getDisplayName() Returns a human-consumable display name for this binary. |
DomainObjectSet<LanguageSourceSet> |
getSource() The source sets used to compile this binary. |
DomainObjectSet<Task> |
getTasks() The set of tasks associated with this binary. |
boolean |
isBuildable() Can this binary be built in the current environment? |
void |
source(Object source) Adds one or more LanguageSourceSets that are used to compile this binary. |
Returns a human-consumable display name for this binary.
The source sets used to compile this binary.
The set of tasks associated with this binary.
Can this binary be built in the current environment?
Adds one or more LanguageSourceSets that are used to compile this binary.
This method accepts the following types: