Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bazel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
bazel
Commits
bc2f0519
There was an error fetching the commit references. Please try again later.
Commit
bc2f0519
authored
3 years ago
by
janakr
Committed by
Copybara-Service
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Provide access to primary output metadata in ActionExecutedEvent.
PiperOrigin-RevId: 434562647
parent
96c8a907
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/google/devtools/build/lib/actions/ActionExecutedEvent.java
+5
-0
5 additions, 0 deletions
...oogle/devtools/build/lib/actions/ActionExecutedEvent.java
with
5 additions
and
0 deletions
src/main/java/com/google/devtools/build/lib/actions/ActionExecutedEvent.java
+
5
−
0
View file @
bc2f0519
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment