Uses of Class
hudson.tasks.test.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 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) -
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
A class that represents a general concept of a test result, without any language or implementation specifics.Modifier and TypeMethodDescriptionSimpleCaseResult.getParent()
abstract TestObject
TestObject.getParent()
Reverse pointer ofTabulatedResult.getChildren()
.Modifier and TypeMethodDescriptionIterator<edu.hm.hafner.echarts.BuildResult<TestObject>>
TestObjectIterable.iterator()
Modifier 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 resultModifier and TypeMethodDescriptionprotected final String
TestObject.uniquifyName
(Collection<? extends TestObject> siblings, String base) #2988: uniquifies agetSafeName()
amongst children of the parent.ModifierConstructorDescriptionTestObjectIterable
(TestObject baseline) Creates a new iterator that selects action of the given typeactionType
.TestObjectIterable
(TestObject baseline, List<HistoryTestResultSummary> results)