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