Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
Modifier and Type | Method and Description |
---|---|
TestResultAction.Data |
TestDataPublisher.contributeTestData(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener,
TestResult testResult)
Called after test results are collected by Jenkins, to create a resolver for
TestAction s. |
TestResultAction.Data |
TestDataPublisher.getTestData(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener,
TestResult testResult)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TestResultAction.addData(TestResultAction.Data data)
Adds a
TestResultAction.Data to the test data associated with this action. |
Modifier and Type | Method and Description |
---|---|
void |
TestResultAction.setData(List<TestResultAction.Data> testData)
Replaces to collection of test data associated with this action.
|
Copyright © 2016–2020. All rights reserved.