Class AbstractReportGeneratorAction

All Implemented Interfaces:
Action, ModelObject, IconSpec
Direct Known Subclasses:
ReportGeneratorBuildAction, ReportGeneratorProjectAction

public abstract class AbstractReportGeneratorAction extends AbstractReportAction
  • Constructor Details

    • AbstractReportGeneratorAction

      public AbstractReportGeneratorAction(boolean projectLevel)
      Instantiates a new AbstractReportGeneratorAction.
      Parameters:
      projectLevel - specifies whether archiving is restricted to project level only
  • Method Details

    • getLastReportBuild

      public Run<?,?> getLastReportBuild(Job<?,?> project)
      Description copied from class: AbstractReportAction
      Gets the last build with report artifacts in a project.
      Specified by:
      getLastReportBuild in class AbstractReportAction
      Parameters:
      project - the project
      Returns:
      the last build with report artifacts or null if no proper build exists
    • getUrlName

      public String getUrlName()
    • getIconClassName

      public String getIconClassName()