Class JacocoReportPublisher

All Implemented Interfaces:
ExtensionPoint, Describable<MavenPublisher>, Serializable, Comparable<MavenPublisher>

@Deprecated public class JacocoReportPublisher extends MavenPublisher
Deprecated.
since TODO
Author:
Cyrille Le Clerc
See Also:
  • Constructor Details

    • JacocoReportPublisher

      @DataBoundConstructor public JacocoReportPublisher()
      Deprecated.
  • Method Details

    • process

      public void process(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, @NonNull Element mavenSpyLogsElt) throws IOException, InterruptedException
      Deprecated.
      TODO only collect the jacoco report if unit tests have run
      Specified by:
      process in class MavenPublisher
      Parameters:
      context -
      mavenSpyLogsElt - maven spy report. WARNING experimental structure for the moment, subject to change.
      Throws:
      IOException
      InterruptedException