Uses of Class
hudson.tasks.junit.TestObject
Packages that use 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
Subclasses of TestObject in hudson.tasks.junitModifier 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.Methods in hudson.tasks.junit that return TestObjectModifier 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.Methods in hudson.tasks.junit with parameters of type TestObjectModifier and TypeMethodDescriptionabstract List<? extends TestAction>
TestResultAction.Data.getTestAction
(TestObject testObject) Returns all TestActions for the testObject. -
Uses of TestObject in hudson.tasks.test
Subclasses of TestObject in hudson.tasks.testModifier 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.