Uses of Enum Class
io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Uses of TableColumn.ColumnType in io.jenkins.plugins.datatables
Subclasses with type arguments of type TableColumn.ColumnType in io.jenkins.plugins.datatablesModifier and TypeClassDescriptionstatic enumSupported DataTables column types.Methods in io.jenkins.plugins.datatables that return TableColumn.ColumnTypeModifier and TypeMethodDescriptionstatic TableColumn.ColumnTypeReturns the enum constant of this class with the specified name.static TableColumn.ColumnType[]TableColumn.ColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.datatables with parameters of type TableColumn.ColumnTypeModifier and TypeMethodDescriptionTableColumn.ColumnBuilder.withType(TableColumn.ColumnType columnType) Sets the data type of the column.