Klasse IssuesChartPortlet

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

public class IssuesChartPortlet 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

    • IssuesChartPortlet

      @DataBoundConstructor public IssuesChartPortlet(String name)
      Creates a new instance of IssuesChartPortlet.
      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
    • 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:
    • getHeight

      public int getHeight()
    • setHeight

      @DataBoundSetter public void setHeight(int height)
      Sets the height of the chart (in number of pixels).
      Parameter:
      height - height of the chart
    • getBuildTrendModel

      @JavaScriptMethod public String getBuildTrendModel()
      Returns the UI model for an ECharts line chart that shows the issues stacked by severity.
      Gibt zurück:
      the UI model as JSON
    • register

      public int register(List<Job<?,?>> visibleJobs)
      Registers the specified jobs in this portlet. These jobs will be used to render the trend chart. Note that rendering of the trend chart is done using an Ajax call later on.
      Parameter:
      visibleJobs - the jobs to render
      Gibt zurück:
      the number of jobs