Class IssuesTablePortlet.PortletTableModel
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.portlets.IssuesTablePortlet.PortletTableModel
-
- Enclosing class:
- IssuesTablePortlet
public static class IssuesTablePortlet.PortletTableModel extends Object
Provides the model for the two-dimensional table of issues per type and job.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortedSet<IssuesTablePortlet.Column>
getColumns()
List<IssuesTablePortlet.TableRow>
getRows()
Returns the rows of the table (asIssuesTablePortlet.TableRow
instances).int
size()
Returns the number of rows in this model.
-
-
-
Method Detail
-
getColumns
public SortedSet<IssuesTablePortlet.Column> getColumns()
-
size
public int size()
Returns the number of rows in this model.- Returns:
- the number of rows
-
getRows
public List<IssuesTablePortlet.TableRow> getRows()
Returns the rows of the table (asIssuesTablePortlet.TableRow
instances).- Returns:
- the rows
-
-