Klasse IssuesTablePortlet.TableRow

java.lang.Object
io.jenkins.plugins.analysis.core.portlets.IssuesTablePortlet.TableRow
Umschließende Klasse:
IssuesTablePortlet

public static class IssuesTablePortlet.TableRow extends Object
Provides the model for a row of the table.
  • Methodendetails

    • getJob

      public Job<?,?> getJob()
      Returns the job of the table.
      Gibt zurück:
      the job
    • getResults

      public List<IssuesTablePortlet.Result> getResults()
      Returns the result for each of the selected static analysis tools for the given job.
      Gibt zurück:
      the analysis results of a job