Klasse IssuesTablePortlet

java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
io.jenkins.plugins.analysis.core.portlets.IssuesTablePortlet
Alle implementierten Schnittstellen:
ExtensionPoint, Describable<hudson.plugins.view.dashboard.DashboardPortlet>, ModelObject

public class IssuesTablePortlet extends hudson.plugins.view.dashboard.DashboardPortlet
A dashboard view portlet that renders a two-dimensional table of issues per type and job.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • IssuesTablePortlet

      @DataBoundConstructor public IssuesTablePortlet(String name)
      Creates a new instance of IssuesTablePortlet.
      Parameter:
      name - the name of the portlet
  • Methodendetails

    • getHideCleanJobs

      public boolean getHideCleanJobs()
    • setHideCleanJobs

      @DataBoundSetter public void setHideCleanJobs(boolean hideCleanJobs)
      Determines if all jobs that have no issues from the selected static analysis tools should be hidden.
      Parameter:
      hideCleanJobs - if true then all jobs with no issues will be hidden, false otherwise
    • getShowIcons

      public boolean getShowIcons()
    • setShowIcons

      @DataBoundSetter public void setShowIcons(boolean showIcons)
      Determines if the table column headers should show icons or text.
      Parameter:
      showIcons - if true the table column headers will show the tool icon, otherwise the name of the tool is shown
    • getSelectTools

      public boolean getSelectTools()
    • setSelectTools

      @DataBoundSetter public void setSelectTools(boolean selectTools)
      Determines whether all available tools should be selected or if the selection should be done individually.
      Parameter:
      selectTools - if true the selection of tools can be done manually by selecting the corresponding ID, otherwise all available tools in a job are automatically selected
    • getTools

      public List<ToolSelection> getTools()
    • setTools

      @DataBoundSetter public void setTools(List<ToolSelection> tools)
      Returns the tools that should be taken into account when summing up the totals of a job.
      Parameter:
      tools - the tools to select
      Siehe auch:
    • getModel

      public IssuesTablePortlet.PortletTableModel getModel(List<Job<?,?>> jobs)
      Returns a model for the table with the results per job.
      Parameter:
      jobs - the jobs that will be rendered in the rows
      Gibt zurück:
      the table model