| Modifier and Type | Method and Description |
|---|---|
FileTaskStep |
FileTaskStep.withTaskFilePath(String taskFilePath)
Set the task template/definition file path relative to the source context.
|
FileTaskStep |
FileTaskStep.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
FileTaskStep |
FileTaskStep.withValuesFilePath(String valuesFilePath)
Set the task values/parameters file path relative to the source context.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/