public class SauceOnDemandTestPublisher
extends hudson.tasks.Recorder
MavenTestDataPublisher in order to add
a SauceOnDemandReportPublisher instance into the test report data, so that
embedded Sauce reports can be displayed on the test results page.| Modifier and Type | Class and Description |
|---|---|
static class |
SauceOnDemandTestPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
SauceOnDemandTestPublisher(hudson.util.DescribableList<hudson.tasks.junit.TestDataPublisher,hudson.model.Descriptor<hudson.tasks.junit.TestDataPublisher>> testDataPublishers) |
| Modifier and Type | Method and Description |
|---|---|
protected SauceOnDemandReportPublisher |
createReportPublisher() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
hudson.util.DescribableList<hudson.tasks.junit.TestDataPublisher,hudson.model.Descriptor<hudson.tasks.junit.TestDataPublisher>> |
getTestDataPublishers() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic SauceOnDemandTestPublisher(hudson.util.DescribableList<hudson.tasks.junit.TestDataPublisher,hudson.model.Descriptor<hudson.tasks.junit.TestDataPublisher>> testDataPublishers)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionprotected SauceOnDemandReportPublisher createReportPublisher()
public hudson.util.DescribableList<hudson.tasks.junit.TestDataPublisher,hudson.model.Descriptor<hudson.tasks.junit.TestDataPublisher>> getTestDataPublishers()
Copyright © 2004-2015. All Rights Reserved.