Class CoveragePublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<MavenPublisher>
org.jenkinsci.plugins.pipeline.maven.MavenPublisher
org.jenkinsci.plugins.pipeline.maven.publishers.CoveragePublisher
- All Implemented Interfaces:
ExtensionPoint,Describable<MavenPublisher>,Serializable,Comparable<MavenPublisher>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.jenkins.plugins.prism.SourceCodeRetentionvoidvoidsetCoberturaExtraPattern(String coberturaExtraPattern) voidsetJacocoExtraPattern(String jacocoExtraPattern) voidsetSourceCodeRetention(io.jenkins.plugins.prism.SourceCodeRetention sourceCodeRetention) Methods inherited from class org.jenkinsci.plugins.pipeline.maven.MavenPublisher
compareTo, getDescriptor, isDisabled, setDisabled, toString
-
Constructor Details
-
CoveragePublisher
@DataBoundConstructor public CoveragePublisher()
-
-
Method Details
-
setCoberturaExtraPattern
-
getCoberturaExtraPattern
-
setJacocoExtraPattern
-
getJacocoExtraPattern
-
setSourceCodeRetention
@DataBoundSetter public void setSourceCodeRetention(io.jenkins.plugins.prism.SourceCodeRetention sourceCodeRetention) -
getSourceCodeRetention
public io.jenkins.plugins.prism.SourceCodeRetention getSourceCodeRetention() -
process
public void process(org.jenkinsci.plugins.workflow.steps.StepContext context, Element mavenSpyLogsElt) throws IOException, InterruptedException - Specified by:
processin classMavenPublishermavenSpyLogsElt- maven spy report. WARNING experimental structure for the moment, subject to change.- Throws:
IOExceptionInterruptedException
-