api / org.gradle.platform.base / Binary

Binary

@Incubating interface Binary

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

Functions

getDisplayName

abstract fun getDisplayName(): String

Returns a human-consumable display name for this binary.

Inheritors

BinarySpec

interface BinarySpec : BuildableComponentSpec, CheckableComponentSpec, Binary

Represents a binary that is the result of building a component.

NativeBinary

interface NativeBinary : Binary

Represents a particular binary artifact.