| Package | Description |
|---|---|
| hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
| Modifier and Type | Method and Description |
|---|---|
TestResultAction.Data |
TestDataPublisher.contributeTestData(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
TestResult testResult)
Called after test results are collected by Jenkins, to create a resolver for
TestActions. |
TestResultAction.Data |
TestDataPublisher.getTestData(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
TestResult testResult)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestResultAction.setData(List<TestResultAction.Data> testData) |
Copyright © 2004-2015. All Rights Reserved.