|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.Namedorg.gradle.language.base.Binary
org.gradle.language.base.BuildableModelElement
org.gradle.nativebinaries.NativeBinary
org.gradle.api.Buildable
@Incubating public interface NativeBinary extends Binary
Represents a particular binary artifact.
Method Summary | |
---|---|
BuildType
|
getBuildType()
Returns the BuildType used to construct this binary. |
Flavor
|
getFlavor()
The flavor that this binary was built with. |
Platform
|
getTargetPlatform()
Returns the Platform that this binary is targeted to run on. |
Methods inherited from interface Binary | |
---|---|
getDisplayName |
Methods inherited from interface Named | |
---|---|
getName |
Methods inherited from interface BuildableModelElement | |
---|---|
builtBy, hasBuildDependencies, setLifecycleTask |
Methods inherited from interface Buildable | |
---|---|
getBuildDependencies |
Method Detail |
---|
public BuildType getBuildType()
public Flavor getFlavor()
public Platform getTargetPlatform()
Gradle API 1.12-rc-1