public class FileTaskStepUpdateParameters extends TaskStepUpdateParameters
| Constructor | Description |
|---|---|
FileTaskStepUpdateParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
taskFilePath() |
Get the task template/definition file path relative to the source context.
|
List<SetValue> |
values() |
Get the collection of overridable values that can be passed when running a task.
|
String |
valuesFilePath() |
Get the values/parameters file path relative to the source context.
|
FileTaskStepUpdateParameters |
withTaskFilePath(String taskFilePath) |
Set the task template/definition file path relative to the source context.
|
FileTaskStepUpdateParameters |
withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
FileTaskStepUpdateParameters |
withValuesFilePath(String valuesFilePath) |
Set the values/parameters file path relative to the source context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontextPath, withContextPathpublic String taskFilePath()
public FileTaskStepUpdateParameters withTaskFilePath(String taskFilePath)
taskFilePath - the taskFilePath value to setpublic String valuesFilePath()
public FileTaskStepUpdateParameters withValuesFilePath(String valuesFilePath)
valuesFilePath - the valuesFilePath value to setpublic List<SetValue> values()
public FileTaskStepUpdateParameters 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.
*/