Groovy Documentation

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

org.gradle.language.base.Binary
  org.gradle.api.Buildable
      org.gradle.language.base.BuildableModelElement
          org.gradle.api.Named
All Superinterfaces:
Buildable, BuildableModelElement, 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, 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.11-rc-1