OutputParameters
Allows to add output parameters to build configuration or template
Properties
Link copied to clipboard
Controls availability of dep. parameters to the builds depending on the current configuration by snapshot or artifact dependency. If true, then all the parameters defined in the build configuration will be available to the dependent builds. If false, then only the explicitly defined output parameters will be available to the dependent builds.
Functions
Link copied to clipboard
fun booleanParameter(customName: String? = null, trueValue: String? = "true", falseValue: String? = "false"): DelegateProvider<Boolean?>
Link copied to clipboard
Link copied to clipboard
Copies parameters of this object to the specified target
Link copied to clipboard
Copies the receiver output parameters to the specified target
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