public interface TaskExecutionRequest
| Modifier and Type | Method | 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.io.File | getRootDir() | The root folder of the build that this task was defined in. | 
java.util.List<java.lang.String> getArgs()
@Nullable java.lang.String getProjectPath()
null to use the default project path.@Nullable java.io.File getRootDir()
null if the information is not available.