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 void
doJobReport(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
protected abstract SauceCredentials
getCredentials()
String
getDisplayName()
String
getIconFileName()
abstract List<JenkinsJobInformation>
getJobs()
List<JenkinsJobInformation>
getJobsWithAuth()
String
getUrlName()
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in 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
-
-