hudson.plugins.testng.results
Class TestResult

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

public class TestResult
extends java.lang.Object
implements hudson.model.ModelObject


Constructor Summary
TestResult()
           
 
Method Summary
 java.util.List<ClassResult> getClassList()
           
 java.lang.String getDisplayName()
           
 java.lang.String getName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 void setClassList(java.util.List<ClassResult> classList)
           
 void setName(java.lang.String name)
           
 void setOwner(hudson.model.AbstractBuild<?,?> owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResult

public TestResult()
Method Detail

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.