BinarySpec

Functions

Link copied to clipboard
abstract fun builtBy(tasks: Array<Any>)
Link copied to clipboard
abstract fun checkedBy(tasks: Array<Any>)
Link copied to clipboard
Link copied to clipboard
abstract fun getBuildTask(): Task
Link copied to clipboard
abstract fun getCheckTask(): Task
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
Returns all inputs of the binary.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getProjectPath(): String
Link copied to clipboard
The sources owned by this binary.
Link copied to clipboard
The set of tasks associated with this binary.
Link copied to clipboard
Link copied to clipboard
abstract fun isBuildable(): Boolean
Can this binary be built in the current environment?
Link copied to clipboard
abstract fun setBuildTask(buildTask: Task)
Link copied to clipboard
abstract fun setCheckTask(checkTask: Task)