public interface Task extends Launchable
Note: Task
extends Launchable
since 1.12.
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()
Deprecated.
Do not use this method. It is assumed that the caller already has a reference to owning project.
|
getDisplayName
String getPath()
String getName()
@Nullable String getDescription()
null
if it has no description.getDescription
in interface Launchable
null
if it has no description.@Deprecated Element getProject()
null
.UnsupportedMethodException
- thrown from implementation like
BuildInvocations
.