public class FileTaskStepUpdateParameters extends TaskStepUpdateParameters
Constructor and Description |
---|
FileTaskStepUpdateParameters() |
Modifier and Type | Method and 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.
|
contextPath, withContextPath
public 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 setCopyright © 2019. All rights reserved.