|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Task
Represents a task which is executable by Gradle.
| 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. |
| Method Detail |
|---|
String getPath()
String getName()
@Nullable String getDescription()
null if it has no description.
null if it has no description.Element getProject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||