public class EncodedTaskStep extends TaskStepProperties
| Constructor | Description |
|---|---|
EncodedTaskStep() |
| 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.
|
EncodedTaskStep |
withEncodedTaskContent(String encodedTaskContent) |
Set base64 encoded value of the template/definition file content.
|
EncodedTaskStep |
withEncodedValuesContent(String encodedValuesContent) |
Set base64 encoded value of the parameters/values file content.
|
EncodedTaskStep |
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, waitbaseImageDependencies, contextPath, withContextPathpublic String encodedTaskContent()
public EncodedTaskStep withEncodedTaskContent(String encodedTaskContent)
encodedTaskContent - the encodedTaskContent value to setpublic String encodedValuesContent()
public EncodedTaskStep withEncodedValuesContent(String encodedValuesContent)
encodedValuesContent - the encodedValuesContent value to setpublic List<SetValue> values()
public EncodedTaskStep 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.
*/