Class IssuesTablePortlet.TableRow
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.portlets.IssuesTablePortlet.TableRow
-
- Enclosing class:
- IssuesTablePortlet
public static class IssuesTablePortlet.TableRow extends Object
Provides the model for a row of the table.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Job<?,?>
getJob()
Returns the job of the table.List<IssuesTablePortlet.Result>
getResults()
Returns the result for each of the selected static analysis tools for the given job.
-
-
-
Method Detail
-
getJob
public Job<?,?> getJob()
Returns the job of the table.- Returns:
- the job
-
getResults
public List<IssuesTablePortlet.Result> getResults()
Returns the result for each of the selected static analysis tools for the given job.- Returns:
- the analysis results of a job
-
-