OverrideTaskStepPropertiesResponse

data class OverrideTaskStepPropertiesResponse(val arguments: List<ArgumentResponse>? = null, val contextPath: String? = null, val file: String? = null, val target: String? = null, val updateTriggerToken: String? = null, val values: List<SetValueResponse>? = null)

Constructors

Link copied to clipboard
constructor(arguments: List<ArgumentResponse>? = null, contextPath: String? = null, file: String? = null, target: String? = null, updateTriggerToken: String? = null, values: List<SetValueResponse>? = null)

Types

Link copied to clipboard
object Companion

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
val contextPath: String? = null

The source context against which run has to be queued.

Link copied to clipboard
val file: String? = null

The file against which run has to be queued.

Link copied to clipboard
val target: String? = null

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

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.