public abstract class MavenPublisher extends hudson.model.AbstractDescribableImpl<MavenPublisher> implements hudson.ExtensionPoint, Comparable<MavenPublisher>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MavenPublisher.DescriptorImpl |
| Constructor and Description |
|---|
MavenPublisher() |
| Modifier and Type | Method and Description |
|---|---|
static List<MavenPublisher> |
buildReportersList(List<MavenPublisher> configuredReporters,
hudson.model.TaskListener listener) |
int |
compareTo(MavenPublisher o) |
MavenPublisher.DescriptorImpl |
getDescriptor() |
Boolean |
isDisabled() |
abstract void |
process(org.jenkinsci.plugins.workflow.steps.StepContext context,
Element mavenSpyLogsElt) |
void |
setDisabled(Boolean disabled) |
String |
toString() |
@CheckForNull public Boolean isDisabled()
public abstract void process(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull Element mavenSpyLogsElt) throws IOException, InterruptedException
context - mavenSpyLogsElt - maven spy report. WARNING experimental structure for the moment, subject to change.IOExceptionInterruptedExceptionpublic MavenPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<MavenPublisher>getDescriptor in class hudson.model.AbstractDescribableImpl<MavenPublisher>public int compareTo(MavenPublisher o)
compareTo in interface Comparable<MavenPublisher>@Nonnull public static List<MavenPublisher> buildReportersList(@Nonnull List<MavenPublisher> configuredReporters, @Nonnull hudson.model.TaskListener listener)
Copyright © 2016–2017. All rights reserved.