Override Task Step Properties Args
data class OverrideTaskStepPropertiesArgs(val arguments: Output<List<ArgumentArgs>>? = null, val contextPath: Output<String>? = null, val file: Output<String>? = null, val target: Output<String>? = null, val updateTriggerToken: Output<String>? = null, val values: Output<List<SetValueArgs>>? = null) : ConvertibleToJava<OverrideTaskStepPropertiesArgs>
Constructors
Link copied to clipboard
constructor(arguments: Output<List<ArgumentArgs>>? = null, contextPath: Output<String>? = null, file: Output<String>? = null, target: Output<String>? = null, updateTriggerToken: Output<String>? = null, values: Output<List<SetValueArgs>>? = null)
Properties
Link copied to clipboard
Gets or sets the collection of override arguments to be used when executing a build step.
Link copied to clipboard
The source context against which run has to be queued.
Link copied to clipboard
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
Link copied to clipboard
The collection of overridable values that can be passed when running a Task.