Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
io.jenkins.plugins.junit.storage |
Modifier and Type | Method and Description |
---|---|
TestResultSummary |
JUnitParser.summarizeResult(String testResultLocations,
Run<?,?> build,
PipelineTestDetails pipelineTestDetails,
FilePath workspace,
Launcher launcher,
TaskListener listener,
JunitTestResultStorage storage) |
Modifier and Type | Class and Description |
---|---|
class |
FileJunitTestResultStorage |
Modifier and Type | Method and Description |
---|---|
static JunitTestResultStorage |
JunitTestResultStorage.find() |
JunitTestResultStorage |
JunitTestResultStorageConfiguration.getStorage() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<JunitTestResultStorage,JunitTestResultStorageDescriptor> |
JunitTestResultStorageDescriptor.all() |
DescriptorExtensionList<JunitTestResultStorage,JunitTestResultStorageDescriptor> |
JunitTestResultStorageConfiguration.getDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
JunitTestResultStorageConfiguration.setStorage(JunitTestResultStorage storage) |
Copyright © 2016–2020. All rights reserved.