Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
hudson.tasks.test |
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
|
Modifier and Type | Class and Description |
---|---|
class |
CaseResult
One test result.
|
class |
ClassResult
Cumulative test result of a test class.
|
class |
PackageResult
Cumulative test result for a package.
|
Modifier and Type | Method and Description |
---|---|
abstract TestObject |
TestObject.getParent()
Deprecated.
|
abstract TestObject |
TestObject.getPreviousResult()
Deprecated.
Gets the counter part of this
TestObject in the previous run. |
TestObject |
TestObject.getResultInBuild(hudson.model.AbstractBuild<?,?> build)
Deprecated.
|
TestObject |
TestObject.getResultInRun(hudson.model.Run<?,?> run)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract List<? extends TestAction> |
TestResultAction.Data.getTestAction(TestObject testObject)
Returns all TestActions for the testObject.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaTabulatedResult
The purpose of this class is to provide a good place for the
jelly to bind to.
|
class |
SimpleCaseResult
The simplest possible case result, with no language ties.
|
class |
TabulatedResult
Cumulated result of multiple tests.
|
class |
TestObject
Base class for all test result objects.
|
class |
TestResult
A class that represents a general concept of a test result, without any
language or implementation specifics.
|
Copyright © 2016. All rights reserved.