Launchable
, ProjectModel
GradleTask
public 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
null if 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, isPublic
String getPath()
String getName()
@Nullable String getDescription()
null
if it has no description.getDescription
in interface Launchable
null
if it has no description.