Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1558 from patbos/JENKINS-26723
[JENKINS-26723] Expose displayName in Remote API
  • Loading branch information
olivergondza committed Mar 6, 2015
2 parents ba81a15 + 59bd031 commit 20171e4
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 @@ -781,6 +781,7 @@ public String getFullDisplayName() {
return project.getFullDisplayName()+' '+getDisplayName();
}

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

0 comments on commit 20171e4

Please sign in to comment.