hudson.plugins.sauce_ondemand
Class SauceOnDemandReport

java.lang.Object
  extended by hudson.tasks.junit.TestAction
      extended by hudson.plugins.sauce_ondemand.SauceOnDemandReport
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class SauceOnDemandReport
extends hudson.tasks.junit.TestAction

Show videos for the tests.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 class SauceOnDemandReport.ById
           
 
Field Summary
 hudson.tasks.junit.CaseResult parent
           
 
Constructor Summary
SauceOnDemandReport(hudson.tasks.junit.CaseResult parent, List<String[]> ids, boolean matchingJobNames)
           
 
Method Summary
 String getAuth()
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 SauceOnDemandReport.ById getById(String id)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getId()
           
 List<String> getIDs()
           
 String getUrlName()
           
 boolean isMatchingJobNames()
           
 
Methods inherited from class hudson.tasks.junit.TestAction
annotate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public final hudson.tasks.junit.CaseResult parent
Constructor Detail

SauceOnDemandReport

public SauceOnDemandReport(hudson.tasks.junit.CaseResult parent,
                           List<String[]> ids,
                           boolean matchingJobNames)
Method Detail

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()

isMatchingJobNames

public boolean isMatchingJobNames()

getIDs

public List<String> getIDs()

getId

public String getId()

getAuth

public String getAuth()
               throws IOException
Throws:
IOException

getIconFileName

public String getIconFileName()

getDisplayName

public String getDisplayName()

getUrlName

public String getUrlName()

getById

public SauceOnDemandReport.ById getById(String id)


Copyright © 2004-2012. All Rights Reserved.