Class BzlActionExecuted_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.action.BzlActionExecuted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.0")
public class BzlActionExecuted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable Long
final int
final @Nullable Long
final long
final @Nullable String
final List
<BzlFile_1_0> final @Nullable BzlFile_1_0
final String
final @Nullable BzlFile_1_0
final @Nullable BzlFile_1_0
final boolean
final String
-
Constructor Summary
ConstructorDescriptionBzlActionExecuted_1_0
(long id, String primaryOutputPath, @Nullable Long configurationId, @Nullable String label, boolean success, String type, int exitCode, @Nullable BzlFile_1_0 stdout, @Nullable BzlFile_1_0 stderr, @Nullable BzlFile_1_0 primaryOutput, List<String> commandLine, List<BzlFile_1_0> metadataLogs, @Nullable Long failureId) -
Method Summary
-
Field Details
-
id
public final long id -
-
label
-
configurationId
-
success
public final boolean success -
type
-
exitCode
public final int exitCode -
stdout
-
stderr
-
primaryOutput
-
commandLine
-
metadataLogs
-
failureId
-
-
Constructor Details
-
BzlActionExecuted_1_0
public BzlActionExecuted_1_0(long id, String primaryOutputPath, @Nullable @Nullable Long configurationId, @Nullable @Nullable String label, boolean success, String type, int exitCode, @Nullable @Nullable BzlFile_1_0 stdout, @Nullable @Nullable BzlFile_1_0 stderr, @Nullable @Nullable BzlFile_1_0 primaryOutput, List<String> commandLine, List<BzlFile_1_0> metadataLogs, @Nullable @Nullable Long failureId)
-
-
Method Details