TestObject
instead.@ExportedBean public abstract class TestObject extends hudson.model.AbstractModelObject implements Serializable
Constructor and Description |
---|
TestObject()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract hudson.model.Api |
getApi()
Deprecated.
Exposes this object through the remote API.
|
abstract String |
getDescription()
Deprecated.
|
abstract float |
getDuration()
Deprecated.
Time took to run this test.
|
abstract String |
getDurationString()
Deprecated.
Returns the string representation of the
getDuration() , in a
human readable format. |
abstract int |
getFailCount()
Deprecated.
Gets the total number of failed tests.
|
abstract History |
getHistory()
Deprecated.
|
abstract String |
getId()
Deprecated.
|
abstract String |
getName()
Deprecated.
Gets the name of this object.
|
abstract hudson.model.AbstractBuild<?,?> |
getOwner()
Deprecated.
|
abstract TestObject |
getParent()
Deprecated.
|
abstract int |
getPassCount()
Deprecated.
Gets the total number of passed tests.
|
abstract TestObject |
getPreviousResult()
Deprecated.
Gets the counter part of this
TestObject in the previous run. |
abstract TestObject |
getResultInBuild(hudson.model.AbstractBuild<?,?> build)
Deprecated.
|
abstract String |
getSafeName()
Deprecated.
Gets the version of
getName() that's URL-safe. |
abstract String |
getSearchUrl()
Deprecated.
|
abstract int |
getSkipCount()
Deprecated.
Gets the total number of skipped tests.
|
abstract <T> T |
getTestAction(Class<T> klazz)
Deprecated.
|
abstract List<TestAction> |
getTestActions()
Deprecated.
|
abstract TestResult |
getTestResult()
Deprecated.
|
abstract AbstractTestResultAction |
getTestResultAction()
Deprecated.
|
abstract int |
getTotalCount()
Deprecated.
Gets the total number of tests.
|
abstract String |
getUrl()
Deprecated.
Returns url relative to TestResult
|
abstract void |
setDescription(String description)
Deprecated.
|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
public abstract hudson.model.AbstractBuild<?,?> getOwner()
public abstract TestObject getParent()
public abstract String getId()
public abstract String getUrl()
public abstract TestResult getTestResult()
public abstract AbstractTestResultAction getTestResultAction()
public abstract List<TestAction> getTestActions()
public abstract <T> T getTestAction(Class<T> klazz)
public abstract TestObject getPreviousResult()
TestObject
in the previous run.public abstract TestObject getResultInBuild(hudson.model.AbstractBuild<?,?> build)
public abstract float getDuration()
public abstract String getDurationString()
getDuration()
, in a
human readable format.public abstract String getDescription()
public abstract void setDescription(String description)
public abstract hudson.model.Api getApi()
public abstract String getName()
public abstract String getSafeName()
getName()
that's URL-safe.public abstract String getSearchUrl()
getSearchUrl
in interface hudson.search.SearchItem
public abstract int getPassCount()
public abstract int getFailCount()
public abstract int getSkipCount()
public abstract int getTotalCount()
public abstract History getHistory()
Copyright © 2014. All rights reserved.