Export

annotation class Export

How a goal should be exposed

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun local(): Boolean
Link copied to clipboard
abstract fun name(): String
Set to override the name of the goal when it is exported.
Link copied to clipboard
abstract fun remote(): Boolean
Link copied to clipboard
abstract fun startingInputTypes(): Array<Class<out Any>>
Any starting input types for the goal we might want to prompt for
Link copied to clipboard
abstract fun toString(): String