Class 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 Detail

      • requested

        public final List<String> requested
        The build tasks requested for execution.
      • excluded

        public final List<String> excluded
        The build tasks to be excluded from execution.
    • Constructor Detail

      • BuildRequestedTasks_1_0

        public BuildRequestedTasks_1_0​(List<String> requested,
                                       List<String> excluded)