hudson.plugins.testng.results
Class BaseResult
java.lang.Object
hudson.plugins.testng.results.BaseResult
- All Implemented Interfaces:
- hudson.model.ModelObject, java.io.Serializable
- Direct Known Subclasses:
- ClassResult, MethodResult, PackageResult, TestResult, TestResults
@ExportedBean
public abstract class BaseResult
- extends java.lang.Object
- implements hudson.model.ModelObject, java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
fullName
Deprecated. since v0.21 keeping fullName here just to avoid errors when jenkins
deserializes result objects from XML |
protected java.lang.String |
name
|
protected hudson.model.AbstractBuild<?,?> |
owner
|
protected BaseResult |
parent
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owner
protected hudson.model.AbstractBuild<?,?> owner
name
protected java.lang.String name
parent
protected BaseResult parent
fullName
protected java.lang.String fullName
- Deprecated. since v0.21 keeping fullName here just to avoid errors when jenkins
deserializes result objects from XML
BaseResult
public BaseResult()
getName
@Exported(visibility=999)
public java.lang.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 java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interface hudson.model.ModelObject
getUrl
public java.lang.String getUrl()
getApi
public hudson.model.Api getApi()
Copyright © 2004-2011. All Rights Reserved.