hudson.plugins.testng.results
Class BaseResult

java.lang.Object
  extended by hudson.plugins.testng.results.BaseResult
All Implemented Interfaces:
hudson.model.ModelObject, Serializable
Direct Known Subclasses:
ClassResult, MethodResult, PackageResult, TestResult, TestResults

@ExportedBean
public abstract class BaseResult
extends Object
implements hudson.model.ModelObject, Serializable

See Also:
Serialized Form

Field Summary
protected  String fullName
          Deprecated. since v0.21 keeping fullName here just to avoid errors when jenkins deserializes result objects from XML
protected  String name
           
protected  hudson.model.AbstractBuild<?,?> owner
           
protected  BaseResult parent
           
 
Constructor Summary
BaseResult(String name)
           
 
Method Summary
 hudson.model.Api getApi()
           
 String getDisplayName()
           
 String getName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 BaseResult getParent()
           
 String getUrl()
           
 void setOwner(hudson.model.AbstractBuild<?,?> owner)
           
 void setParent(BaseResult parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

protected hudson.model.AbstractBuild<?,?> owner

name

protected final String name

parent

protected BaseResult parent

fullName

protected String fullName
Deprecated. since v0.21 keeping fullName here just to avoid errors when jenkins deserializes result objects from XML
Constructor Detail

BaseResult

public BaseResult(String name)
Method Detail

getName

@Exported(visibility=999)
public String getName()

getParent

public BaseResult getParent()

setParent

public void setParent(BaseResult parent)

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

setOwner

public void setOwner(hudson.model.AbstractBuild<?,?> owner)

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrl

public String getUrl()

getApi

public hudson.model.Api getApi()


Copyright © 2004-2012. All Rights Reserved.