hudson.plugins.sauce_ondemand
Class SauceOnDemandReportFactory

java.lang.Object
  extended by hudson.tasks.junit.TestResultAction.Data
      extended by hudson.plugins.sauce_ondemand.SauceOnDemandReportFactory

public class SauceOnDemandReportFactory
extends hudson.tasks.junit.TestResultAction.Data

Contribute sSauceOnDemandReport to CaseResult.

Author:
Kohsuke Kawaguchi

Field Summary
static SauceOnDemandReportFactory INSTANCE
           
 
Constructor Summary
SauceOnDemandReportFactory()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SauceOnDemandReportFactory INSTANCE
Constructor Detail

SauceOnDemandReportFactory

public SauceOnDemandReportFactory()
Method Detail

readResolve

public Object readResolve()
Makes this a singleton -- since it's stateless, there's no need to keep one around for every build.

Returns:

getTestAction

public List<SauceOnDemandReport> getTestAction(hudson.tasks.junit.TestObject testObject)
Specified by:
getTestAction in class hudson.tasks.junit.TestResultAction.Data


Copyright © 2004-2012. All Rights Reserved.