Uses of Class
hudson.tasks.test.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 TestObjectMethods in hudson.tasks.junit with parameters of type TestObjectModifier and TypeMethodDescriptionTestResultAction.getActions
(TestObject object) ClassResult.getRelativePathFrom
(TestObject it) Gets the relative path to this test case from the given object.void
TestResult.setParent
(TestObject parent) Constructors in hudson.tasks.junit with parameters of type 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
A class that represents a general concept of a test result, without any language or implementation specifics.Methods in hudson.tasks.test that return TestObjectModifier and TypeMethodDescriptionSimpleCaseResult.getParent()
abstract TestObject
TestObject.getParent()
Reverse pointer ofTabulatedResult.getChildren()
.Methods in hudson.tasks.test that return types with arguments of type TestObjectModifier and TypeMethodDescriptionIterator<edu.hm.hafner.echarts.BuildResult<TestObject>>
TestObjectIterable.iterator()
Methods in hudson.tasks.test with parameters of type TestObjectModifier and TypeMethodDescriptionTestDurationTrendSeriesBuilder.computeSeries
(TestObject testObject) TestObjectTrendSeriesBuilder.computeSeries
(TestObject testObject) protected String
AbstractTestResultAction.getDescription
(TestObject object) TestObject
s do not have their own persistence mechanism, so updatable data ofTestObject
s need to be persisted by the owningAbstractTestResultAction
, and this method andAbstractTestResultAction.setDescription(TestObject, String)
provides that logic.protected final String
AggregatedTestResultAction.getDescription
(TestObject object) Deprecated.so that IDE warns you if you accidentally try to call it.protected String
AggregatedTestResultPublisher.TestResultAction.getDescription
(TestObject object) Deprecated.so that IDE warns you if you accidentally try to call it.TestObject.getRelativePathFrom
(TestObject it) Computes the relative path to get to this test object fromit
.protected void
AbstractTestResultAction.setDescription
(TestObject object, String description) protected final void
AggregatedTestResultAction.setDescription
(TestObject object, String description) Deprecated.so that IDE warns you if you accidentally try to call it.protected void
AggregatedTestResultPublisher.TestResultAction.setDescription
(TestObject object, String description) Deprecated.so that IDE warns you if you accidentally try to call it.void
TestResult.setParent
(TestObject parent) Sets the parent test resultMethod parameters in hudson.tasks.test with type arguments of type TestObjectModifier and TypeMethodDescriptionprotected final String
TestObject.uniquifyName
(Collection<? extends TestObject> siblings, String base) #2988: uniquifies agetSafeName()
amongst children of the parent.Constructors in hudson.tasks.test with parameters of type TestObjectModifierConstructorDescriptionTestObjectIterable
(TestObject baseline) Creates a new iterator that selects action of the given typeactionType
.TestObjectIterable
(TestObject baseline, List<HistoryTestResultSummary> results)