Class IssuesTablePortlet.PortletTableModel
java.lang.Object
io.jenkins.plugins.analysis.core.portlets.IssuesTablePortlet.PortletTableModel
- Enclosing class:
IssuesTablePortlet
Provides the model for the two-dimensional table of issues per type and job.
-
Method Summary
Modifier and TypeMethodDescriptiongetRows()
Returns the rows of the table (asIssuesTablePortlet.TableRow
instances).int
size()
Returns the number of rows in this model.
-
Method Details
-
getColumns
-
size
public int size()Returns the number of rows in this model.- Returns:
- the number of rows
-
getRows
Returns the rows of the table (asIssuesTablePortlet.TableRow
instances).- Returns:
- the rows
-