Skip to content

Commit

Permalink
Expose ExecutorStepExecution#getEnclosingLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Aug 21, 2024
1 parent 2fd76fb commit 1542bab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ public String getAffinityKey() {
/** hash code of list of heads */
private transient int lastCheckedHashCode;
private transient String lastEnclosingLabel;
@Restricted(NoExternalUse.class) // for Jelly

public @CheckForNull String getEnclosingLabel() {
if (!context.isReady()) {
return null;
Expand Down

0 comments on commit 1542bab

Please sign in to comment.