Launchable, ProjectModelGradleTaskpublic interface Task extends Launchable
Note: Task extends Launchable since 1.12.
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getDescription() | Returns the description of this task, or  nullif it has no description. | 
| String | getGroup() | Returns the group a task belongs to. | 
| String | getName() | Returns the name of this task. | 
| String | getPath() | Returns the path of this task. | 
getDisplayName, getProjectIdentifier, isPublicString getPath()
String getName()
@Nullable String getDescription()
null if it has no description.getDescription in interface Launchablenull if it has no description.@Nullable String getGroup()