public class SauceOnDemandReportPublisher
extends hudson.tasks.junit.TestDataPublisher
| Modifier and Type | Class and Description |
|---|---|
static class |
SauceOnDemandReportPublisher.DescriptorImpl
Descriptor for the custom publisher.
|
| Constructor and Description |
|---|
SauceOnDemandReportPublisher()
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJobVisibility() |
protected com.saucelabs.saucerest.SauceREST |
getSauceREST(SauceOnDemandBuildAction buildAction) |
SauceOnDemandReportFactory |
getTestData(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener buildListener,
hudson.tasks.junit.TestResult testResult) |
void |
setJobVisibility(String jobVisibility) |
@DataBoundConstructor public SauceOnDemandReportPublisher()
public String getJobVisibility()
@DataBoundSetter public void setJobVisibility(String jobVisibility)
public SauceOnDemandReportFactory getTestData(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener buildListener, hudson.tasks.junit.TestResult testResult) throws IOException, InterruptedException
getTestData in class hudson.tasks.junit.TestDataPublisherbuild - The build in progresslauncher - This launcher can be used to launch processes for this build.buildListener - Can be used to send any message.testResult - Contains the test results for the build.SauceOnDemandReportFactory instance if the build has Sauce results, null if no results are foundIOException - FIXME - pretty sure this can't be thrown in this functionInterruptedException - FIXME - pretty sure this can't be thrown in this functionprotected com.saucelabs.saucerest.SauceREST getSauceREST(SauceOnDemandBuildAction buildAction)
Copyright © 2004-2015. All Rights Reserved.