public class SauceOnDemandReportFactory
extends hudson.tasks.junit.TestResultAction.Data
SauceOnDemandReport to CaseResult.| Modifier and Type | Field and Description |
|---|---|
static SauceOnDemandReportFactory |
INSTANCE |
| Constructor and Description |
|---|
SauceOnDemandReportFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<SauceOnDemandReport> |
getTestAction(hudson.tasks.junit.TestObject testObject) |
Object |
readResolve()
Makes this a singleton -- since it's stateless, there's no need to keep one around for every build.
|
public static final SauceOnDemandReportFactory INSTANCE
public Object readResolve()
public List<SauceOnDemandReport> getTestAction(hudson.tasks.junit.TestObject testObject)
getTestAction in class hudson.tasks.junit.TestResultAction.DataCopyright © 2004-2015. All Rights Reserved.