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 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 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.voidTestResult.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 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.classA 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 TestObjectTestObject.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 StringAbstractTestResultAction.getDescription(TestObject object) TestObjects do not have their own persistence mechanism, so updatable data ofTestObjects need to be persisted by the owningAbstractTestResultAction, and this method andAbstractTestResultAction.setDescription(TestObject, String)provides that logic.protected final StringAggregatedTestResultAction.getDescription(TestObject object) Deprecated.so that IDE warns you if you accidentally try to call it.protected StringAggregatedTestResultPublisher.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 voidAbstractTestResultAction.setDescription(TestObject object, String description) protected final voidAggregatedTestResultAction.setDescription(TestObject object, String description) Deprecated.so that IDE warns you if you accidentally try to call it.protected voidAggregatedTestResultPublisher.TestResultAction.setDescription(TestObject object, String description) Deprecated.so that IDE warns you if you accidentally try to call it.voidTestResult.setParent(TestObject parent) Sets the parent test resultMethod parameters in hudson.tasks.test with type arguments of type TestObjectModifier and TypeMethodDescriptionprotected final StringTestObject.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)