提交 ccfaa06a 编写于 作者: D dvrzalik

Export fullDisplayName to the remote API to have at least some notion about the parent project

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13473 71c3de6d-444a-0410-be80-ed276b4c234a
上级 bf3c0163
......@@ -450,6 +450,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
return getFullDisplayName();
}
@Exported
public String getFullDisplayName() {
return project.getFullDisplayName()+" #"+number;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册