Uses of Class
hudson.tasks.junit.TestResultAction.Data
-
Uses of TestResultAction.Data in hudson.tasks.junit
Modifier 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.Modifier and TypeMethodDescriptionvoid
TestResultAction.addData
(TestResultAction.Data data) Adds aTestResultAction.Data
to the test data associated with this action.Modifier and TypeMethodDescriptionvoid
TestResultAction.setData
(List<TestResultAction.Data> testData) Replaces to collection of test data associated with this action.