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 |
|---|---|
Boolean |
getIgnoreAttachments() |
void |
process(org.jenkinsci.plugins.workflow.steps.StepContext context,
Element mavenSpyLogsElt) |
void |
setIgnoreAttachments(Boolean ignoreAttachments) |
buildConfiguredMavenPublisher, buildPublishersList, 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.IOExceptionInterruptedException@CheckForNull public Boolean getIgnoreAttachments()
Copyright © 2016–2017. All rights reserved.