| Modifier and Type | Method | Description |
|---|---|---|
EncodedTaskStep |
EncodedTaskStep.withEncodedTaskContent(String encodedTaskContent) |
Set base64 encoded value of the template/definition file content.
|
EncodedTaskStep |
EncodedTaskStep.withEncodedValuesContent(String encodedValuesContent) |
Set base64 encoded value of the parameters/values file content.
|
EncodedTaskStep |
EncodedTaskStep.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.
*/