|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.Launchable org.gradle.tooling.model.Task
public interface Task extends Launchable
Represents a task which is executable by Gradle.
Note: Task extends Launchable since 1.12.
Method Summary | |
---|---|
String
|
getDescription()
Returns the description of this task, or null if it has no description. |
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 interface Launchable | |
---|---|
getDescription, getDisplayName |
Method Detail |
---|
@Nullable public String getDescription()
public String getName()
public String getPath()
@Deprecated public Element getProject()
Gradle API 1.12