net.sourceforge.cruisecontrol.publishers.rss |
|
Java Source File Name | Type | Comment |
CruiseControlFeed.java | Class | The CruiseControlFeed class extends the generic Feed class with
CruiseControl-specific functionality. |
CruiseControlFeedTest.java | Class | |
CruiseControlItem.java | Class | A generic RSS Feed Item (includes the contents of an RSS feed between the
<:item> and </item> tags). |
CruiseControlItemTest.java | Class | |
Feed.java | Class | The feed class acts as a generic RSS Feed (there's no CruiseControl-specific
functionality in this class). |
FeedTest.java | Class | |
Item.java | Class | A generic RSS Feed Item (includes the contents of an RSS feed between the
<:item> and </item> tags). |
ItemTest.java | Class | |
RSS.java | Class | |