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