public class JunitTestsPublisher extends MavenPublisher
| Modifier and Type | Class and Description |
|---|---|
static class |
JunitTestsPublisher.DescriptorImpl
Don't use the symbol "junit", it would collide with hudson.tasks.junit.JUnitResultArchiver
|
| Constructor and Description |
|---|
JunitTestsPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.jenkinsci.plugins.workflow.steps.StepContext context,
Element mavenSpyLogsElt) |
buildReportersList, compareTo, getDescriptor, isDisabled, setDisabled, toStringpublic void process(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull Element mavenSpyLogsElt) throws IOException, InterruptedException
process in class MavenPublishermavenSpyLogsElt - maven spy report. WARNING experimental structure for the moment, subject to change.IOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.