Skip to content
Snippets Groups Projects
Commit bc2f0519 authored by janakr's avatar janakr Committed by Copybara-Service
Browse files

Provide access to primary output metadata in ActionExecutedEvent.

PiperOrigin-RevId: 434562647
parent 96c8a907
No related merge requests found
......@@ -120,6 +120,11 @@ public class ActionExecutedEvent implements BuildEventWithConfiguration, Progres
return actionMetadataLogs;
}
@Nullable
public FileArtifactValue getPrimaryOutputMetadata() {
return primaryOutputMetadata;
}
@Override
public BuildEventId getEventId() {
if (action.getOwner() == null) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment