hudson.plugins.sauce_ondemand
Class SauceOnDemandReport
java.lang.Object
hudson.tasks.junit.TestAction
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
|
Field Summary |
hudson.tasks.junit.CaseResult |
parent
|
| 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 |
parent
public final hudson.tasks.junit.CaseResult parent
SauceOnDemandReport
public SauceOnDemandReport(hudson.tasks.junit.CaseResult parent,
List<String> ids,
boolean matchingJobNames)
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-2011. All Rights Reserved.