hudson.plugins.testng.results
Class TestResult

java.lang.Object
  extended by hudson.plugins.testng.results.BaseResult
      extended by hudson.plugins.testng.results.TestResult
All Implemented Interfaces:
hudson.model.ModelObject, java.io.Serializable

public class TestResult
extends BaseResult

Represents a single TestNG XML tag

Author:
nullin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.plugins.testng.results.BaseResult
fullName, name, owner, parent
 
Constructor Summary
TestResult(java.lang.String name)
           
 
Method Summary
 void addClassList(java.util.List<ClassResult> classList)
          Adds only the classes that already aren't part of the list
 java.util.List<ClassResult> getClassList()
           
 
Methods inherited from class hudson.plugins.testng.results.BaseResult
getApi, getDisplayName, getName, getOwner, getParent, getUrl, setOwner, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResult

public TestResult(java.lang.String name)
Method Detail

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 -


Copyright © 2004-2011. All Rights Reserved.