@Incubating public interface Launchable extends ProjectModel
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  nullif it has no description. | 
| String | getDisplayName()Returns a human-consumable display name for this launchable. | 
| ProjectIdentifier | getProjectIdentifier()Returns the identifier for the Gradle project that this model originated from. | 
| boolean | isPublic()Returns whether launchable is public or not. | 
@Incubating ProjectIdentifier getProjectIdentifier()
getProjectIdentifier in interface ProjectModelString getDisplayName()
@Nullable String getDescription()
null if it has no description.null if it has no description.boolean isPublic()