java.lang.Object
org.jenkinsci.plugins.pipeline.maven.publishers.MavenReport
All Implemented Interfaces:
Action, ModelObject, Serializable, RunAction2, SimpleBuildStep.LastBuildAction

public class MavenReport extends Object implements RunAction2, SimpleBuildStep.LastBuildAction, Serializable
Maven report for the build. Intended to be extended.
Author:
Cyrille Le Clerc
See Also:
  • Field Details

    • LOGGER

      protected static final Logger LOGGER
  • Constructor Details

    • MavenReport

      public MavenReport(@NonNull Run run)
  • Method Details