public interface Task extends Launchable
Note: Task extends Launchable since 1.12.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description of this task, or
null if it has no description. |
java.lang.String |
getGroup()
Returns the group a task belongs to.
|
java.lang.String |
getName()
Returns the name of this task.
|
java.lang.String |
getPath()
Returns the path of this task.
|
getDisplayName, getProjectIdentifier, isPublicjava.lang.String getPath()
java.lang.String getName()
@Nullable java.lang.String getDescription()
null if it has no description.getDescription in interface Launchablenull if it has no description.@Incubating @Nullable java.lang.String getGroup()