net.praqma.jenkins.configrotator
Class ConfigurationRotatorFeedAction

java.lang.Object
  extended by net.praqma.jenkins.configrotator.ConfigurationRotatorFeedAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Direct Known Subclasses:
ClearCaseUCMFeedAction, GitFeedAction

public abstract class ConfigurationRotatorFeedAction
extends Object
implements hudson.model.Action


Constructor Summary
ConfigurationRotatorFeedAction()
           
 
Method Summary
 void doFeed(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
abstract  String getComponentName()
           
 String getComponentName(String fileName)
           
 ArrayList<File> getComponents()
           
 ArrayList<File> getComponents(FileFilter filter)
           
 String getDisplayName()
           
 String getFeedTitle(File feed)
           
 String getFeedUrl(String component)
           
 String getIconFileName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.Action
getUrlName
 

Constructor Detail

ConfigurationRotatorFeedAction

public ConfigurationRotatorFeedAction()
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getComponentName

public abstract String getComponentName()

getFeedUrl

public String getFeedUrl(String component)

getComponentName

public String getComponentName(String fileName)

getComponents

public ArrayList<File> getComponents()

getFeedTitle

public String getFeedTitle(File feed)

getComponents

public ArrayList<File> getComponents(FileFilter filter)

doFeed

public void doFeed(org.kohsuke.stapler.StaplerRequest req,
                   org.kohsuke.stapler.StaplerResponse rsp)
            throws IOException,
                   javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2013. All Rights Reserved.