Index
Alle Klassen und Schnittstellen|Alle Packages
A
- API - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
-
Selection can only be performed via the API.
- AsyncTableContentProvider - Schnittstelle in io.jenkins.plugins.datatables
-
Defines additional API methods a Jenkins
ModelObject
must provide in order to render JQuery DataTables in a corresponding jelly view using the tagtable.jelly
of thedata-tables-api-plugin
.
B
- build() - Methode in Klasse io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
-
Creates a new
TableColumn
based on the specified builder configuration. - buttons() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Enable the default buttons.
- buttons(String...) - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Enable specific buttons.
C
- colReorder() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Enable reordering of table columns.
- ColumnBuilder() - Konstruktor für Klasse io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
D
- DATE - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
Dates will be shown using Luxon.
- DATE - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Date or time values.
- DefaultAsyncTableContentProvider - Klasse in io.jenkins.plugins.datatables
-
An
AsyncTableContentProvider
that provides a default implementation to extract the rows of a given date table as JSON objects. - DefaultAsyncTableContentProvider() - Konstruktor für Klasse io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
- DetailedCell<T> - Klasse in io.jenkins.plugins.datatables
-
A table cell that provides a
display
andsort
property so that a JQuery data table can use different properties to sort and display a column. - DetailedCell(String, T) - Konstruktor für Klasse io.jenkins.plugins.datatables.DetailedCell
-
Creates a new
DetailedCell
. - DetailedColumnDefinition(String, String) - Konstruktor für Klasse io.jenkins.plugins.datatables.TableModel.DetailedColumnDefinition
-
Veraltet.Creates a new
TableModel.DetailedColumnDefinition
.
F
- FORMATTED_HTML_NUMBER - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Formatted numbers will be shown right aligned, and use numeric sorting of formatted numbers.
- FORMATTED_NUMBER - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Formatted numbers will be shown right aligned, and use numeric sorting of formatted numbers.
G
- getColumns() - Methode in Klasse io.jenkins.plugins.datatables.TableModel
-
Returns the table columns.
- getColumnsDefinition() - Methode in Klasse io.jenkins.plugins.datatables.TableModel
-
Returns the column definitions of this table as JSON array.
- getConfiguration() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Get the configuration as JSON.
- getDefinition() - Methode in Klasse io.jenkins.plugins.datatables.TableColumn
- getDisplay() - Methode in Klasse io.jenkins.plugins.datatables.DetailedCell
- getDisplay() - Methode in Klasse io.jenkins.plugins.datatables.TableModel.DetailedColumnDefinition
-
Veraltet.
- getHeaderClass() - Methode in Klasse io.jenkins.plugins.datatables.TableColumn
- getHeaderLabel() - Methode in Klasse io.jenkins.plugins.datatables.TableColumn
- getId() - Methode in Klasse io.jenkins.plugins.datatables.TableModel
-
Returns the ID of the table.
- getRows() - Methode in Klasse io.jenkins.plugins.datatables.TableModel
-
Returns the rows of the table.
- getSort() - Methode in Klasse io.jenkins.plugins.datatables.DetailedCell
- getSort() - Methode in Klasse io.jenkins.plugins.datatables.TableModel.DetailedColumnDefinition
-
Veraltet.
- getStyle() - Methode in Enumeration io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
- getTableConfiguration() - Methode in Klasse io.jenkins.plugins.datatables.TableModel
-
Returns the configuration of a table.
- getTableConfigurationDefinition() - Methode in Klasse io.jenkins.plugins.datatables.TableModel
-
Returns the configuration of this table as JSON object.
- getTableModel(String) - Methode in Schnittstelle io.jenkins.plugins.datatables.AsyncTableContentProvider
-
Returns the table model with the specified ID.
- getTableRows(String) - Methode in Schnittstelle io.jenkins.plugins.datatables.AsyncTableContentProvider
-
Returns the rows of the table model with the specified ID.
- getTableRows(String) - Methode in Klasse io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
- getWidth() - Methode in Klasse io.jenkins.plugins.datatables.TableColumn
-
Veraltet.it makes more sense to let DataTables decide which columns to show
H
- HIDDEN - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
Hides the column for view.
- HTML_NUMBER - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Numbers will be shown right aligned, and use a simple number sorting.
I
- io.jenkins.plugins.datatables - Package io.jenkins.plugins.datatables
- isUseButtons() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Returns whether buttons were configured to be used.
- isUseColReorder() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Returns whether column reordering was configured to be used.
- isUsePaging() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Returns whether paging is configured to be used.
- isUseResponsive() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Returns whether the responsive extension was configured to be used.
- isUseSelect() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Returns whether select is configured to be used.
- isUseStateSave() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Returns whether stateSave is configured to be used.
M
- MULTI - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
-
Multiple items can be selected.
- MULTI_SHIFT - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
N
- NO_SORT - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
Disables sorting of the column.
- NONE - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
No special rendering, the display property will be shown as such.
- noPaging() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Disable paging.
- NUMBER - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
Numbers will be shown right aligned, so they can be compared more easily.
- NUMBER - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Numbers will be shown right aligned, and use a simple number sorting.
O
- OS - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
-
Operating System (OS) style selection.
P
- PERCENTAGE - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
Percentages (values in the interval [0,1]) will be rendered correctly as a percentage using the native JS locale sensitive rendering.
R
- renderDetailsColumn(String) - Statische Methode in Klasse io.jenkins.plugins.datatables.TableColumn
-
Renders an expandable details-column with the specified text.
- renderDetailsColumn(String, JenkinsFacade) - Statische Methode in Klasse io.jenkins.plugins.datatables.TableColumn
-
Renders an expandable details-column with the specified text.
- responsive() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Make the table responsive, i.e.
S
- select(TableConfiguration.SelectStyle) - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Enable selection.
- setHeaderClass(TableColumn.ColumnCss) - Methode in Klasse io.jenkins.plugins.datatables.TableColumn
-
Veraltet.
- setWidth(int) - Methode in Klasse io.jenkins.plugins.datatables.TableColumn
-
Veraltet.it makes more sense to let DataTables decide which columns to show
- SINGLE - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
-
Only a single item can be selected, any other selected items will be automatically deselected when a new item is selected.
- stateSave() - Methode in Klasse io.jenkins.plugins.datatables.TableConfiguration
-
Enable saving of the table state.
- STRING - Enum-Konstante in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Fall back type if the data in the column does not match the requirements for the other data types (above).
T
- TableColumn - Klasse in io.jenkins.plugins.datatables
-
Provides a model for table columns that are rendered with JQuery DataTables.
- TableColumn(String, String) - Konstruktor für Klasse io.jenkins.plugins.datatables.TableColumn
-
Veraltet.
- TableColumn(String, String, String) - Konstruktor für Klasse io.jenkins.plugins.datatables.TableColumn
-
Veraltet.
- TableColumn.ColumnBuilder - Klasse in io.jenkins.plugins.datatables
-
Builder for
TableColumn
instances. - TableColumn.ColumnCss - Enum in io.jenkins.plugins.datatables
-
Supported CSS classes that will enable special handling or rendering for table columns.
- TableColumn.ColumnType - Enum in io.jenkins.plugins.datatables
-
Supported DataTables column types.
- TableConfiguration - Klasse in io.jenkins.plugins.datatables
-
Provides a configuration for the whole DataTable.
- TableConfiguration() - Konstruktor für Klasse io.jenkins.plugins.datatables.TableConfiguration
- TableConfiguration.SelectStyle - Enum in io.jenkins.plugins.datatables
-
The possible values of the select.style option, which is used for enabling the selection for datatables and setting its style (the default is
OS
. - TableModel - Klasse in io.jenkins.plugins.datatables
-
Provides a model for tables that are rendered with JQuery DataTables.
- TableModel() - Konstruktor für Klasse io.jenkins.plugins.datatables.TableModel
- TableModel.DetailedColumnDefinition - Klasse in io.jenkins.plugins.datatables
-
Veraltet.use the generic class
DetailedCell
- toString() - Methode in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
- toString() - Methode in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
V
- valueOf(String) - Statische Methode in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
W
- withDataPropertyKey(String) - Methode in Klasse io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
-
Sets the key of the JSON property in the corresponding row entities that should be shown in this column.
- withDetailedCell() - Methode in Klasse io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
-
Enables the rendering of cells that use the
DetailedCell
format. - withHeaderClass(TableColumn.ColumnCss) - Methode in Klasse io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
-
Sets the CSS class for the column
<th>
tag. - withHeaderLabel(String) - Methode in Klasse io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
-
Sets the label of the header for this column.
- withResponsivePriority(int) - Methode in Klasse io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
-
Sets the priority of this column.
- withType(TableColumn.ColumnType) - Methode in Klasse io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
-
Sets the data type of the column.
Alle Klassen und Schnittstellen|Alle Packages