OverrideTaskStepPropertiesArgs

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
val arguments: Output<List<ArgumentArgs>>? = null

Gets or sets the collection of override arguments to be used when executing a build step.

Link copied to clipboard
val contextPath: Output<String>? = null

The source context against which run has to be queued.

Link copied to clipboard
val file: Output<String>? = null

The file against which run has to be queued.

Link copied to clipboard
val target: Output<String>? = null

The name of the target build stage for the docker build.

Link copied to clipboard
val updateTriggerToken: Output<String>? = null

Base64 encoded update trigger token that will be attached with the base image trigger webhook.

Link copied to clipboard
val values: Output<List<SetValueArgs>>? = null

The collection of overridable values that can be passed when running a Task.

Functions

Link copied to clipboard
open override fun toJava(): OverrideTaskStepPropertiesArgs