| Modifier and Type | Method and Description |
|---|---|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withEncodedTaskContent(String encodedTaskContent)
Set base64 encoded value of the template/definition file content.
|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withEncodedValuesContent(String encodedValuesContent)
Set base64 encoded value of the parameters/values file content.
|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/