Skip to content

Commit

Permalink
Make targets in analysis completed events visible.
Browse files Browse the repository at this point in the history
RELNOTES: N/A
PiperOrigin-RevId: 559938905
Change-Id: Ia0148c4b12413b3b1d42901f5487e04d77185fdb
  • Loading branch information
aiuto authored and copybara-github committed Aug 25, 2023
1 parent 4671c18 commit 32d018e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ public ImmutableList<BuildEventId> getChildrenEvents() {
target, configurationId(configuration), aspectDescription));
}

public String getAspectClassName() {
return aspectClassName;
}

public Label getTarget() {
return target;
}

@Override
public BuildEventStreamProtos.BuildEvent asStreamProto(BuildEventContext converters) {
BuildEventStreamProtos.TargetConfigured.Builder builder =
Expand Down

0 comments on commit 32d018e

Please sign in to comment.