|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface BuildInvocations
A model providing access to Launchable instances that can be used to initiate Gradle build.
To launch a build, you pass one or more Launchable instances to either BuildLauncher.forTasks or BuildLauncher.forLaunchables.
Method Summary | |
---|---|
DomainObjectSet
|
getTaskSelectors()
|
DomainObjectSet
|
getTasks()
|
Method Detail |
---|
@Incubating public DomainObjectSet getTaskSelectors()
@Incubating public DomainObjectSet getTasks()
Gradle API 1.12