Uses of Enum Class
io.jenkins.plugins.datatables.TableColumn.ColumnType
-
Uses of TableColumn.ColumnType in io.jenkins.plugins.datatables
Methods in io.jenkins.plugins.datatables that return TableColumn.ColumnTypeModifier and TypeMethodDescriptionstatic TableColumn.ColumnType
Returns 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.