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

      • 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.
    • Constructor Detail

      • BzlStructuredCommandLine_1_0

        public BzlStructuredCommandLine_1_0​(String label,
                                            List<Long> sections)