public class FileTaskStep extends TaskStepProperties
Constructor and Description |
---|
FileTaskStep() |
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 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.
|
baseImageDependencies, contextPath, withContextPath
public 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 setCopyright © 2019. All rights reserved.