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.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–2018. All rights reserved.