public class GeneratedArtifactsPublisher extends MavenPublisher
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneratedArtifactsPublisher.DescriptorImpl |
| Constructor and Description |
|---|
GeneratedArtifactsPublisher() |
| Modifier and Type | Method and Description |
|---|---|
List<MavenSpyLogProcessor.MavenArtifact> |
listArtifacts(Element mavenSpyLogs) |
List<MavenSpyLogProcessor.MavenArtifact> |
listAttachedArtifacts(Element mavenSpyLogs) |
void |
process(org.jenkinsci.plugins.workflow.steps.StepContext context,
Element mavenSpyLogsElt) |
buildConfiguredMavenPublisher, buildPublishersList, compareTo, getDescriptor, isDisabled, setDisabled, toString@DataBoundConstructor public GeneratedArtifactsPublisher()
public 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@Nonnull public List<MavenSpyLogProcessor.MavenArtifact> listArtifacts(Element mavenSpyLogs)
mavenSpyLogs - Root XML elementMavenSpyLogProcessor.MavenArtifact@Nonnull public List<MavenSpyLogProcessor.MavenArtifact> listAttachedArtifacts(Element mavenSpyLogs)
mavenSpyLogs - Root XML elementFilePath.getRemote()Copyright © 2016–2017. All rights reserved.