Groovy Documentation

org.gradle.tooling.model.gradle
[Java] Interface BuildInvocations


@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.

Since:
1.12


Method Summary
DomainObjectSet getTaskSelectors()

DomainObjectSet getTasks()

 

Method Detail

getTaskSelectors

@Incubating
public DomainObjectSet getTaskSelectors()


getTasks

@Incubating
public DomainObjectSet getTasks()


 

Gradle API 1.12