Class JunitTestsPublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<MavenPublisher>
org.jenkinsci.plugins.pipeline.maven.MavenPublisher
org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher
- All Implemented Interfaces:
ExtensionPoint,Describable<MavenPublisher>,Serializable,Comparable<MavenPublisher>
- Author:
- Cyrille Le Clerc
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDon't use the symbol "junit", it would collide with hudson.tasks.junit.JUnitResultArchiverNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidvoidsetHealthScaleFactor(Double healthScaleFactor) voidsetIgnoreAttachments(boolean ignoreAttachments) voidsetKeepLongStdio(boolean keepLongStdio) toString()Methods inherited from class org.jenkinsci.plugins.pipeline.maven.MavenPublisher
compareTo, getDescriptor, isDisabled, setDisabled
-
Constructor Details
-
JunitTestsPublisher
@DataBoundConstructor public JunitTestsPublisher()
-
-
Method Details
-
process
public void process(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, @NonNull Element mavenSpyLogsElt) throws IOException, InterruptedException - Specified by:
processin classMavenPublishermavenSpyLogsElt- maven spy report. WARNING experimental structure for the moment, subject to change.- Throws:
IOExceptionInterruptedException
-
getIgnoreAttachments
public boolean getIgnoreAttachments() -
setIgnoreAttachments
@DataBoundSetter public void setIgnoreAttachments(boolean ignoreAttachments) -
isKeepLongStdio
public boolean isKeepLongStdio() -
setKeepLongStdio
@DataBoundSetter public void setKeepLongStdio(boolean keepLongStdio) -
getHealthScaleFactor
-
setHealthScaleFactor
-
toString
- Overrides:
toStringin classMavenPublisher
-