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 forTestActions.TestDataPublisher.getTestData(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener, TestResult testResult) Deprecated.Methods in hudson.tasks.junit with parameters of type TestResultAction.DataModifier and TypeMethodDescriptionvoidTestResultAction.addData(TestResultAction.Data data) Adds aTestResultAction.Datato the test data associated with this action.Method parameters in hudson.tasks.junit with type arguments of type TestResultAction.DataModifier and TypeMethodDescriptionvoidTestResultAction.setData(List<TestResultAction.Data> testData) Replaces to collection of test data associated with this action.