GeneralComponentSpec

A general purpose component specification, that can be used to represent some software component built from source and producing multiple output variants.

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getProjectPath(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getVariants(): Iterable<out Binary>