org.gradle.tooling.model
[Java] Interface TaskSelector
org.gradle.tooling.model.Launchable
org.gradle.tooling.model.TaskSelector
- All Superinterfaces:
- Launchable
@Incubating
public interface TaskSelector
extends Launchable
Represents a Launchable that uses task name to select tasks executed from a given project and its sub-projects. This is
roughly equivalent to running `gradle <task-name>` from the command-line.
- Since:
- 1.12
Method Summary |
String
|
getName()
Returns the name that will be used to select tasks.
|
getName
public String getName()
- Returns the name that will be used to select tasks.
- Returns:
- The name used by this selector.
Gradle API 1.12