Bazel Step
A bazel step to execute bazel command
See also
Constructors
Properties
Link copied to clipboard
Optional collection of build step execution conditions
Link copied to clipboard
Build step execution mode
Link copied to clipboard
Specify logging verbosity
Link copied to clipboard
Enter additional options that appear before the bazel command.
Link copied to clipboard
Build working directory for script, specify it if it is different from the checkout * directory.
Functions
Link copied to clipboard
fun booleanParameter(customName: String? = null, trueValue: String? = "true", falseValue: String? = "false"): DelegateProvider<Boolean?>
Link copied to clipboard
Deletes all configured build step conditions
Link copied to clipboard
Link copied to clipboard
Configures build step conditions
Link copied to clipboard
Copies parameters of this object to the specified target
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <E : Enum<E>> enumParameter(customName: String? = null, mapping: Map<E, String?>? = null): DelegateProvider<E>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Validates this object and reports found errors to the provided consumer