hudson.plugins.testng.results
Class ClassResult
java.lang.Object
hudson.plugins.testng.results.BaseResult
hudson.plugins.testng.results.ClassResult
- All Implemented Interfaces:
- hudson.model.ModelObject, Serializable
public class ClassResult
- extends BaseResult
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassResult
public ClassResult(String name)
getTestRunMap
public Map<String,GroupedTestRun> getTestRunMap()
- Called only from jelly file
- Returns:
setOwner
public void setOwner(hudson.model.AbstractBuild<?,?> owner)
- Overrides:
setOwner
in class BaseResult
getDuration
@Exported
public long getDuration()
getFail
@Exported(visibility=9)
public int getFail()
getSkip
@Exported(visibility=9)
public int getSkip()
getTotal
@Exported(visibility=9)
public int getTotal()
getTestMethodList
public List<MethodResult> getTestMethodList()
addTestMethods
public void addTestMethods(List<MethodResult> list)
addTestMethod
public void addTestMethod(MethodResult testMethod)
getFailedTestsDiffCount
public long getFailedTestsDiffCount()
getSkippedTestsDiffCount
public long getSkippedTestsDiffCount()
getTotalTestsDiffCount
public long getTotalTestsDiffCount()
tally
public void tally()
getDynamic
public Object getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
getTestMethods
@Exported(name="test-method")
public List<MethodResult> getTestMethods()
getConfigurationMethods
public List<MethodResult> getConfigurationMethods()
getAge
public long getAge()
Copyright © 2004-2012. All Rights Reserved.