Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Field and Description |
---|---|
static FeedAdapter<Run> |
Run.FEED_ADAPTER
FeedAdapter to produce feed from the summary of this build. |
static FeedAdapter<Run> |
Run.FEED_ADAPTER_LATEST
FeedAdapter to produce feeds to show one build per project. |
Modifier and Type | Method and Description |
---|---|
static <E> void |
RSS.forwardToRss(String title,
String url,
Collection<? extends E> entries,
FeedAdapter<E> adapter,
org.kohsuke.stapler.StaplerRequest req,
javax.servlet.http.HttpServletResponse rsp)
Sends the RSS feed to the client.
|
Copyright © 2018. All rights reserved.