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 TypeClassDescriptionclassOne test result.final classCumulative test result of a test class.final classCumulative test result for a package.final classRoot of all the test results for one build.Methods in hudson.tasks.junit that return TestObjectModifier and TypeMethodDescriptionabstract TestObjectTestObject.getParent()Deprecated.abstract TestObjectTestObject.getPreviousResult()Deprecated.Gets the counter part of thisTestObjectin 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 TypeClassDescriptionclassThe purpose of this class is to provide a good place for the jelly to bind to.classThe simplest possible case result, with no language ties.classCumulated result of multiple tests.classBase class for all test result objects.classA class that represents a general concept of a test result, without any language or implementation specifics.