OverrideTaskStepProperties |
TaskRunRequest.overrideTaskStepProperties() |
Get the overrideTaskStepProperties property: Set of overridable parameters that can be passed when running a
Task.
|
OverrideTaskStepProperties |
OverrideTaskStepProperties.withArguments(List<Argument> arguments) |
Set the arguments property: Gets or sets the collection of override arguments to be used when executing a build
step.
|
OverrideTaskStepProperties |
OverrideTaskStepProperties.withContextPath(String contextPath) |
Set the contextPath property: The source context against which run has to be queued.
|
OverrideTaskStepProperties |
OverrideTaskStepProperties.withFile(String file) |
Set the file property: The file against which run has to be queued.
|
OverrideTaskStepProperties |
OverrideTaskStepProperties.withTarget(String target) |
Set the target property: The name of the target build stage for the docker build.
|
OverrideTaskStepProperties |
OverrideTaskStepProperties.withUpdateTriggerToken(String updateTriggerToken) |
Set the updateTriggerToken property: Base64 encoded update trigger token that will be attached with the base
image trigger webhook.
|
OverrideTaskStepProperties |
OverrideTaskStepProperties.withValues(List<SetValue> values) |
Set the values property: The collection of overridable values that can be passed when running a Task.
|