Groovy Documentation

org.gradle.language.base
[Java] Interface Binary

org.gradle.language.base.BuildableModelElement
  org.gradle.language.base.Binary
      org.gradle.api.Buildable
          org.gradle.api.Named
All Superinterfaces:
BuildableModelElement, Buildable, Named

@Incubating
@HasInternalProtocol
public interface Binary
extends BuildableModelElement, Named

A physical binary artifact, which can run on a particular platform or runtime.


Method Summary
String getDisplayName()

Returns a human-consumable display name for this binary.

 
Methods inherited from interface BuildableModelElement
builtBy, hasBuildDependencies, setLifecycleTask
 
Methods inherited from interface Named
getName
 

Method Detail

getDisplayName

public String getDisplayName()
Returns a human-consumable display name for this binary.


 

Gradle API 1.12