Class JacocoReportPublisher

    • Constructor Detail

      • JacocoReportPublisher

        @DataBoundConstructor
        public JacocoReportPublisher()
    • Method Detail

      • process

        public void process​(@NonNull
                            org.jenkinsci.plugins.workflow.steps.StepContext context,
                            @NonNull
                            Element mavenSpyLogsElt)
                     throws IOException,
                            InterruptedException
        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