Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-26723 Expose displayName in Remote API
  • Loading branch information
patbos committed Feb 1, 2015
1 parent 144a6da commit 59bd031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/Run.java
Expand Up @@ -748,6 +748,7 @@ public String getFullDisplayName() {
return project.getFullDisplayName()+' '+getDisplayName();
}

@Exported
public String getDisplayName() {
return displayName!=null ? displayName : "#"+number;
}
Expand Down

0 comments on commit 59bd031

Please sign in to comment.