Class AbstractATXAction

    • Constructor Detail

      • AbstractATXAction

        public AbstractATXAction​(boolean projectLevel)
        Instantiates a new AbstractATXAction.
        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()
      • getReportIconClassName

        public String getReportIconClassName()
      • getTrendIconClassName

        public String getTrendIconClassName()