Represents a task which is executable by Gradle.
Note: Task
extends Launchable
since 1.12.
Type | Name and 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. |
Element |
getProject() Returns the element which this task belongs to. |
Methods inherited from class | Name |
---|---|
interface Launchable |
getDescription, getDisplayName, getProjectIdentifier, isPublic |
Returns the description of this task, or null
if it has no description.
null
if it has no description.Returns the group a task belongs to.
Returns the name of this task. Note that the name is not necessarily a unique identifier for the task.
Returns the path of this task. This is a fully qualified unique name for this task.
Returns the element which this task belongs to.