Class BzlConfiguration_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.target.BzlConfiguration_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.0")
public class BzlConfiguration_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing the configuration of a Bazel build.
Zero or more BzlConfiguration_1_0
events may be published.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
public final long idThe ID of this configuration. -
mnemonic
The host mnemonic. -
platformName
The host platform name. -
cpu
The host CPU. -
makeVariables
The "Make" variables available during the build.- See Also:
-
-
Constructor Details
-
BzlConfiguration_1_0
-
-
Method Details