@Incubating public interface Launchable
To launch a build, you pass one or more Launchable
instances
to either BuildLauncher.forTasks(Iterable)
or BuildLauncher.forLaunchables(Iterable)
.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of this launchable, or
null if it has no description. |
String |
getDisplayName()
Returns a human-consumable display name for this launchable.
|
String getDisplayName()