public interface Task
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getPath()
String getName()
@Nullable String getDescription()
null if it has no description.null if it has no description.Element getProject()