Uses of Class
hudson.tasks.junit.TestResultAction.Data
Packages that use TestResultAction.Data
-
Uses of TestResultAction.Data in hudson.tasks.junit
Methods in hudson.tasks.junit that return TestResultAction.DataModifier and TypeMethodDescriptionTestDataPublisher.contributeTestData
(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, TestResult testResult) Called after test results are collected by Jenkins, to create a resolver forTestAction
s.TestDataPublisher.getTestData
(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener, TestResult testResult) Deprecated.Methods in hudson.tasks.junit with parameters of type TestResultAction.DataModifier and TypeMethodDescriptionvoid
TestResultAction.addData
(TestResultAction.Data data) Adds aTestResultAction.Data
to the test data associated with this action.Method parameters in hudson.tasks.junit with type arguments of type TestResultAction.DataModifier and TypeMethodDescriptionvoid
TestResultAction.setData
(List<TestResultAction.Data> testData) Replaces to collection of test data associated with this action.