Class BzlStructuredCommandLineSectionChunk_1_0

java.lang.Object
com.gradle.scan.eventmodel.bazel.commandline.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 Details

    • id

      public final long id
      The chunk ID.
    • value

      public final String value
      The chunk value.
  • Constructor Details

    • BzlStructuredCommandLineSectionChunk_1_0

      public BzlStructuredCommandLineSectionChunk_1_0(long id, String value)
  • Method Details