|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Task
Represents a task which is executable by Gradle.
| Method Summary | |
|---|---|
java.lang.String
|
getDescription()
Returns the description of this task. |
java.lang.String
|
getName()
Returns the name of this task. |
java.lang.String
|
getPath()
Returns the path of this task. |
Project
|
getProject()
Returns the project which this task belongs to. |
| Method Detail |
|---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getPath()
public Project getProject()
Groovy Documentation