public interface TaskExecutionRequest
Modifier and Type | Method | Description |
---|---|---|
List<String> |
getArgs() |
The arguments to use to select and optionally configure the tasks, as if provided on the command-line.
|
String |
getProjectPath() |
Project path associated with this task request if any.
|
File |
getRootDir() |
The root folder of the build that this task was defined in.
|
List<String> getArgs()
@Nullable String getProjectPath()
null
to use the default project path.