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
TestAction s. |
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 © 2016. All rights reserved.