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
Modifier and TypeFieldDescriptionA list of IDs representing the section's chunks, pointing toBzlStructuredCommandLineSectionChunk_1_0.id
.final long
The section ID.final String
The section label.A list of IDs representing the section's options, pointing toBzlStructuredCommandLineSectionOption_1_0.id
. -
Constructor Summary
-
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
.null
ifoptions
is notnull
. -
options
A list of IDs representing the section's options, pointing toBzlStructuredCommandLineSectionOption_1_0.id
.null
ifchunks
is notnull
.
-
-
Constructor Details
-
BzlStructuredCommandLineSection_1_0
-
-
Method Details