Class BuildRequestedTasks_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildRequestedTasks_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.0")
@PluginVersion(since="1.0")
public class BuildRequestedTasks_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData containing the requested build tasks to be executed, and the explicitly excluded tasks.
An event stream will contain a single BuildRequestedTasks_1_0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
requested
The build tasks requested for execution. -
excluded
The build tasks to be excluded from execution.
-
-
Constructor Details
-
BuildRequestedTasks_1_0
-
-
Method Details