hudson.plugins.testng.results
Class TestResult
java.lang.Object
hudson.plugins.testng.results.BaseResult
hudson.plugins.testng.results.TestResult
- All Implemented Interfaces:
- hudson.model.ModelObject, java.io.Serializable
public class TestResult
- extends BaseResult
- implements hudson.model.ModelObject
Represents a single TestNG XML tag
- Author:
- nullin
- See Also:
- Serialized Form
|
Constructor Summary |
TestResult(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResult
public TestResult(java.lang.String name)
getClassList
public java.util.List<ClassResult> getClassList()
addClassList
public void addClassList(java.util.List<ClassResult> classList)
- Adds only the classes that already aren't part of the list
- Parameters:
classList -
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.ModelObject
Copyright © 2004-2011. All Rights Reserved.