hudson.plugins.testng.results
Class TestResult
java.lang.Object
hudson.plugins.testng.results.TestResult
- All Implemented Interfaces:
- hudson.model.ModelObject
public class TestResult
- extends java.lang.Object
- implements hudson.model.ModelObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResult
public TestResult()
setOwner
public void setOwner(hudson.model.AbstractBuild<?,?> owner)
getOwner
public hudson.model.AbstractBuild<?,?> getOwner()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getClassList
public java.util.List<ClassResult> getClassList()
setClassList
public void setClassList(java.util.List<ClassResult> classList)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.ModelObject
Copyright © 2010. All Rights Reserved.