Class BzlStructuredCommandLineSectionChunk_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @BazelVersion(since="1.0")
    @BazelAgentVersion(since="1.0")
    public class BzlStructuredCommandLineSectionChunk_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData representing a single section chunk of the Bazel structured command line of a build.

    Zero or more BzlStructuredCommandLineSectionChunk_1_0 events may be published.

    • Field Detail

      • id

        public final long id
        The chunk ID.
      • value

        public final String value
        The chunk value.
    • Constructor Detail

      • BzlStructuredCommandLineSectionChunk_1_0

        public BzlStructuredCommandLineSectionChunk_1_0​(long id,
                                                        String value)