public interface Task
Modifier and Type | Method and Description |
---|---|
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.
|
Element |
getProject()
Returns the element which this task belongs to.
|
java.lang.String getPath()
java.lang.String getName()
java.lang.String getDescription()
Element getProject()