EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withContextAccessToken(String contextAccessToken) |
Set the contextAccessToken property: The token (git PAT or SAS token of storage account blob) associated with the
context for a step.
|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withContextPath(String contextPath) |
Set the contextPath property: The URL(absolute or relative) of the source context for the task step.
|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withEncodedTaskContent(String encodedTaskContent) |
Set the encodedTaskContent property: Base64 encoded value of the template/definition file content.
|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withEncodedValuesContent(String encodedValuesContent) |
Set the encodedValuesContent property: Base64 encoded value of the parameters/values file content.
|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withValues(List<SetValue> values) |
Set the values property: The collection of overridable values that can be passed when running a task.
|