Class BzlStructuredCommandLine_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.commandline.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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
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. -
sections
A list of IDs representing a section of the Bazel command line, linking toBzlStructuredCommandLineSection_1_0.id
.
-
-
Constructor Details
-
BzlStructuredCommandLine_1_0
-
-
Method Details