Package io.jenkins.blueocean.rest.model
Interface BlueTable
- All Known Implementing Classes:
BlueTrend
public interface BlueTable
- Author:
- cliffmeyers
-
Field Summary
-
Method Summary
-
Field Details
-
COLUMNS
- See Also:
-
ROWS
- See Also:
-
-
Method Details
-
getColumns
- Returns:
- map of columns' property names (keys) and descriptions (values). optional
-
getRows
Pageable<BlueTableRow> getRows()- Returns:
- individual rows of data
-