@Incubating public interface TaskExecutionRequest
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getArgs()
The arguments to use to select and optionally configure the tasks, as if provided on the command-line.
|
java.lang.String |
getProjectPath()
Project path associated with this task request if any.
|
java.util.List<java.lang.String> getArgs()
@Nullable java.lang.String getProjectPath()
null
to use the default project path.