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