Class MavenSpyLogProcessor
java.lang.Object
org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor
- All Implemented Interfaces:
Serializable
- Author:
- Cyrille Le Clerc
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processMavenSpyLogs
(org.jenkinsci.plugins.workflow.steps.StepContext context, FilePath mavenSpyLogFolder, List<MavenPublisher> options, MavenPublisherStrategy publisherStrategy)
-
Constructor Details
-
MavenSpyLogProcessor
public MavenSpyLogProcessor()
-
-
Method Details
-
processMavenSpyLogs
public void processMavenSpyLogs(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, @NonNull FilePath mavenSpyLogFolder, @NonNull List<MavenPublisher> options, @NonNull MavenPublisherStrategy publisherStrategy) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-