public class MavenSpyLogProcessor extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MavenSpyLogProcessor.MavenArtifact |
static class |
MavenSpyLogProcessor.PluginInvocation |
| Modifier and Type | Field and Description |
|---|---|
protected DocumentBuilder |
documentBuilder |
| Constructor and Description |
|---|
MavenSpyLogProcessor() |
| Modifier and Type | Method and Description |
|---|---|
List<MavenSpyLogProcessor.MavenArtifact> |
listArtifacts(Element mavenSpyLogs) |
List<MavenSpyLogProcessor.MavenArtifact> |
listAttachedArtifacts(Element mavenSpyLogs) |
void |
processMavenSpyLogs(org.jenkinsci.plugins.workflow.steps.StepContext context,
hudson.FilePath mavenSpyLogFolder) |
protected final transient DocumentBuilder documentBuilder
public void processMavenSpyLogs(org.jenkinsci.plugins.workflow.steps.StepContext context,
hudson.FilePath mavenSpyLogFolder)
throws IOException,
InterruptedException
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.