提交 26dc905f 编写于 作者: T tequillaz

use getFullDisplayName for RSS feed name

上级 909cdb78
......@@ -2422,7 +2422,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
private static class DefaultFeedAdapter implements FeedAdapter<Run> {
public String getEntryTitle(Run entry) {
return entry.getDisplayName()+" ("+entry.getBuildStatusSummary().message+")";
return entry.getFullDisplayName()+" ("+entry.getBuildStatusSummary().message+")";
}
public String getEntryUrl(Run entry) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册