| Modifier and Type | Method | Description |
|---|---|---|
SetValue |
SetValue.withIsSecret(Boolean isSecret) |
Set flag to indicate whether the value represents a secret or not.
|
SetValue |
SetValue.withName(String name) |
Set the name of the overridable value.
|
SetValue |
SetValue.withValue(String value) |
Set the overridable value.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<SetValue> |
EncodedTaskRunRequest.values() |
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
EncodedTaskStep.values() |
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
EncodedTaskStepUpdateParameters.values() |
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
FileTaskRunRequest.values() |
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
FileTaskStep.values() |
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
FileTaskStepUpdateParameters.values() |
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
TaskRunRequest.values() |
Get the collection of overridable values that can be passed when running a task.
|
| Modifier and Type | Method | Description |
|---|---|---|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
EncodedTaskStep |
EncodedTaskStep.withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
FileTaskRunRequest |
FileTaskRunRequest.withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
FileTaskStep |
FileTaskStep.withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
FileTaskStepUpdateParameters |
FileTaskStepUpdateParameters.withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
TaskRunRequest |
TaskRunRequest.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.
*/