126127128129130131132133134135136
this.rssFeed.setMaxLength(this.maxLength); this.rssFeed.setLink(this.channelLinkURL); } // Create the RSSFeedItem Item rssItem = new CruiseControlItem(helper, this.buildresultsurl); rssFeed.addItem(rssItem); // Publish the feed. publishFeed(); }