Class InvokerRunsPublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<MavenPublisher>
org.jenkinsci.plugins.pipeline.maven.MavenPublisher
org.jenkinsci.plugins.pipeline.maven.publishers.InvokerRunsPublisher
- All Implemented Interfaces:
ExtensionPoint
,Describable<MavenPublisher>
,Serializable
,Comparable<MavenPublisher>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Don't use the symbol "junit", it would collide with hudson.tasks.junit.JUnitResultArchiverNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
expandAndRelativize
(Element element, String name, Element testEvent, Element projectElt, FilePath workspace, TaskListener listener) void
Methods inherited from class org.jenkinsci.plugins.pipeline.maven.MavenPublisher
compareTo, getDescriptor, isDisabled, setDisabled, toString
-
Field Details
-
GROUP_ID
- See Also:
-
ARTIFACT_ID
- See Also:
-
RUN_GOAL
- See Also:
-
INTEGRATION_TEST_GOAL
- See Also:
-
-
Constructor Details
-
InvokerRunsPublisher
@DataBoundConstructor public InvokerRunsPublisher()
-
-
Method Details
-
process
public void process(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, @NonNull Element mavenSpyLogsElt) throws IOException, InterruptedException - Specified by:
process
in classMavenPublisher
mavenSpyLogsElt
- maven spy report. WARNING experimental structure for the moment, subject to change.- Throws:
IOException
InterruptedException
-
expandAndRelativize
-