Class BzlStructuredCommandLine_1_0

java.lang.Object
com.gradle.scan.eventmodel.bazel.commandline.BzlStructuredCommandLine_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@BazelVersion(since="1.0") @BazelAgentVersion(since="1.0") public class BzlStructuredCommandLine_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData containing a structured representation of the command line invocation of the build.

Zero or more BzlStructuredCommandLine_1_0 events may be published.

  • Field Details

    • label

      public final String label
      A label for this command line value, to differentiate it from others. In particular, a single Bazel invocation may wish to report both the literal and canonical command lines, and this label would be used to differentiate between both versions.
    • sections

      public final List<Long> sections
      A list of IDs representing a section of the Bazel command line, linking to BzlStructuredCommandLineSection_1_0.id.
  • Constructor Details

    • BzlStructuredCommandLine_1_0

      public BzlStructuredCommandLine_1_0(String label, List<Long> sections)
  • Method Details