hudson.plugins.sauce_ondemand
Class VideoRecorder

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
      extended by hudson.tasks.junit.TestDataPublisher
          extended by hudson.plugins.sauce_ondemand.VideoRecorder
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.junit.TestDataPublisher>

Deprecated.

@Deprecated
public class VideoRecorder
extends hudson.tasks.junit.TestDataPublisher

Associates Sauce OnDemand session ID to unit tests.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Method Summary
 SauceOnDemandReportFactory getTestData(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener buildListener, hudson.tasks.junit.TestResult testResult)
          Deprecated.  
 java.lang.Object readResolve()
          Deprecated.  
 
Methods inherited from class hudson.tasks.junit.TestDataPublisher
all
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readResolve

public java.lang.Object readResolve()
Deprecated. 

getTestData

public SauceOnDemandReportFactory getTestData(hudson.model.AbstractBuild<?,?> build,
                                              hudson.Launcher launcher,
                                              hudson.model.BuildListener buildListener,
                                              hudson.tasks.junit.TestResult testResult)
                                       throws java.io.IOException,
                                              java.lang.InterruptedException
Deprecated. 
Specified by:
getTestData in class hudson.tasks.junit.TestDataPublisher
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2011. All Rights Reserved.