public class SauceOnDemandProjectAction extends AbstractAction
| Modifier and Type | Class and Description |
|---|---|
static class |
SauceOnDemandProjectAction.BuildSupportZipUtils |
| Constructor and Description |
|---|
SauceOnDemandProjectAction(hudson.model.AbstractProject<?,?> project)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doGenerateSupportZip(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getAccessKey() |
List<com.saucelabs.ci.JobInformation> |
getJobs() |
hudson.model.AbstractProject<?,?> |
getProject() |
String |
getUsername() |
boolean |
hasSauceOnDemandResults() |
boolean |
isSauceEnabled() |
doJobReport, getDisplayName, getIconFileName, getJobsWithAuth, getUrlNamepublic SauceOnDemandProjectAction(hudson.model.AbstractProject<?,?> project)
project - the Jenkins project that is being displayedpublic hudson.model.AbstractProject<?,?> getProject()
public boolean hasSauceOnDemandResults()
public boolean isSauceEnabled()
public List<com.saucelabs.ci.JobInformation> getJobs()
getJobs in class AbstractActionpublic void doGenerateSupportZip(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException,
IllegalAccessException,
NoSuchMethodException,
InvocationTargetException,
InterruptedException
IOExceptionjavax.servlet.ServletExceptionIllegalAccessExceptionNoSuchMethodExceptionInvocationTargetExceptionInterruptedExceptionpublic String getUsername()
getUsername in class AbstractActionpublic String getAccessKey()
getAccessKey in class AbstractActionCopyright © 2004-2015. All Rights Reserved.