Package hudson.plugins.sauce_ondemand
Class AbstractAction
- java.lang.Object
-
- hudson.plugins.sauce_ondemand.AbstractAction
-
- All Implemented Interfaces:
Action,ModelObject
- Direct Known Subclasses:
SauceOnDemandBuildAction,SauceOnDemandProjectAction
public abstract class AbstractAction extends Object implements Action
- Author:
- Ross Rowe
-
-
Constructor Summary
Constructors Constructor Description AbstractAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voiddoJobReport(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)protected abstract SauceCredentialsgetCredentials()StringgetDisplayName()StringgetIconFileName()abstract List<JenkinsJobInformation>getJobs()List<JenkinsJobInformation>getJobsWithAuth()StringgetUrlName()
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getJobs
public abstract List<JenkinsJobInformation> getJobs()
-
getCredentials
protected abstract SauceCredentials getCredentials()
-
getJobsWithAuth
public List<JenkinsJobInformation> getJobsWithAuth()
-
doJobReport
public void doJobReport(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException- Parameters:
req- Standard Request Objectrsp- Standard Response Object- Throws:
IOException- Unable to load index.jelly template
-
-