public abstract class AbstractAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
AbstractAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doJobReport(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
abstract String |
getAccessKey() |
String |
getDisplayName() |
String |
getIconFileName() |
abstract List<com.saucelabs.ci.JobInformation> |
getJobs() |
List<com.saucelabs.ci.JobInformation> |
getJobsWithAuth() |
String |
getUrlName() |
abstract String |
getUsername() |
public abstract String getUsername()
public abstract String getAccessKey()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic abstract List<com.saucelabs.ci.JobInformation> getJobs()
public List<com.saucelabs.ci.JobInformation> getJobsWithAuth()
public void doJobReport(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
req - Standard Request Objectrsp - Standard Response ObjectIOException - Unable to load index.jelly templateCopyright © 2004-2015. All Rights Reserved.