Class BzlStructuredCommandLineSection_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.commandline.BzlStructuredCommandLineSection_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.0")
public class BzlStructuredCommandLineSection_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData representing a single section of the Bazel structured command line of a build.
Zero or more BzlStructuredCommandLineSection_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of IDs representing the section's chunks, pointing toBzlStructuredCommandLineSectionChunk_1_0.id.final longThe section ID.final StringThe section label.A list of IDs representing the section's options, pointing toBzlStructuredCommandLineSectionOption_1_0.id. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe section ID. -
label
The section label. -
chunks
A list of IDs representing the section's chunks, pointing toBzlStructuredCommandLineSectionChunk_1_0.id.nullifoptionsis notnull. -
options
A list of IDs representing the section's options, pointing toBzlStructuredCommandLineSectionOption_1_0.id.nullifchunksis notnull.
-
-
Constructor Details
-
BzlStructuredCommandLineSection_1_0
-
-
Method Details