Class AbstractReportGeneratorAction

    • Constructor Detail

      • AbstractReportGeneratorAction

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

      • 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()