@Incubating public interface Launchable
To launch a build, you pass one or more Launchable instances
 to either BuildLauncher.forTasks(Iterable) or BuildLauncher.forLaunchables(Iterable).
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
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. 
 | 
boolean | 
isPublic()
Returns whether launchable is public or not. 
 | 
String getDisplayName()
@Nullable String getDescription()
null if it has no description.null if it has no description.boolean isPublic()
group property.