public class EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters
| Constructor | Description |
|---|---|
EncodedTaskStepUpdateParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
encodedTaskContent() |
Get base64 encoded value of the template/definition file content.
|
String |
encodedValuesContent() |
Get base64 encoded value of the parameters/values file content.
|
List<SetValue> |
values() |
Get the collection of overridable values that can be passed when running a task.
|
EncodedTaskStepUpdateParameters |
withEncodedTaskContent(String encodedTaskContent) |
Set base64 encoded value of the template/definition file content.
|
EncodedTaskStepUpdateParameters |
withEncodedValuesContent(String encodedValuesContent) |
Set base64 encoded value of the parameters/values file content.
|
EncodedTaskStepUpdateParameters |
withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontextPath, withContextPathpublic String encodedTaskContent()
public EncodedTaskStepUpdateParameters withEncodedTaskContent(String encodedTaskContent)
encodedTaskContent - the encodedTaskContent value to setpublic String encodedValuesContent()
public EncodedTaskStepUpdateParameters withEncodedValuesContent(String encodedValuesContent)
encodedValuesContent - the encodedValuesContent value to setpublic List<SetValue> values()
public EncodedTaskStepUpdateParameters withValues(List<SetValue> values)
values - the values value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/