Class BzlActionFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.action.BzlActionFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.0",
until="1.2")
public class BzlActionFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published when an action has finished executing.
Zero or more BzlActionFinished_1_0
events may be published.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
public final long idThe ID of the action, as inBzlActionStarted_1_0.id
.
-
-
Constructor Details
-
BzlActionFinished_1_0
public BzlActionFinished_1_0(long id)
-
-
Method Details