Uses of Class
hudson.tasks.junit.TestDataPublisher
Packages that use TestDataPublisher
Package
Description
Model objects that represent JUnit test reports.
-
Uses of TestDataPublisher in hudson.tasks.junit
Methods in hudson.tasks.junit that return types with arguments of type TestDataPublisherModifier and TypeMethodDescriptionTestDataPublisher.all()
TestDataPublisher.all()
JUnitResultArchiver.getTestDataPublishers()
JUnitTask.getTestDataPublishers()
Method parameters in hudson.tasks.junit with type arguments of type TestDataPublisherModifier and TypeMethodDescriptionfinal void
JUnitResultArchiver.setTestDataPublishers
(List<TestDataPublisher> testDataPublishers) Constructor parameters in hudson.tasks.junit with type arguments of type TestDataPublisherModifierConstructorDescriptionJUnitResultArchiver
(String testResults, boolean keepLongStdio, boolean keepProperties, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>> testDataPublishers, double healthScaleFactor) Deprecated.JUnitResultArchiver
(String testResults, boolean keepLongStdio, boolean keepProperties, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>> testDataPublishers, double healthScaleFactor) Deprecated.JUnitResultArchiver
(String testResults, boolean keepLongStdio, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>> testDataPublishers) Deprecated.JUnitResultArchiver
(String testResults, boolean keepLongStdio, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>> testDataPublishers) Deprecated.JUnitResultArchiver
(String testResults, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>> testDataPublishers) Deprecated.JUnitResultArchiver
(String testResults, DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>> testDataPublishers) Deprecated. -
Uses of TestDataPublisher in hudson.tasks.junit.pipeline
Methods in hudson.tasks.junit.pipeline that return types with arguments of type TestDataPublisherMethod parameters in hudson.tasks.junit.pipeline with type arguments of type TestDataPublisherModifier and TypeMethodDescriptionfinal void
JUnitResultsStep.setTestDataPublishers
(List<TestDataPublisher> testDataPublishers)