public class GeneratedArtifactsReporter extends Object implements ResultsReporter
| Constructor and Description |
|---|
GeneratedArtifactsReporter() |
| 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) |
public void process(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull Element mavenSpyLogsElt) throws IOException, InterruptedException
process in interface ResultsReportermavenSpyLogsElt - 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.