Uses of Class
org.jenkinsci.plugins.custombuildproperties.table.CbpTableColumn
-
Packages that use CbpTableColumn Package Description org.jenkinsci.plugins.custombuildproperties.table -
-
Uses of CbpTableColumn in org.jenkinsci.plugins.custombuildproperties.table
Methods in org.jenkinsci.plugins.custombuildproperties.table that return types with arguments of type CbpTableColumn Modifier and Type Method Description List<CbpTableColumn>
CbpTable. getColumns()
Methods in org.jenkinsci.plugins.custombuildproperties.table with parameters of type CbpTableColumn Modifier and Type Method Description String
CbpTableRow. getCellValue(CbpTableColumn column)
CbpTableCell
CbpTableRow. getOrCreateCell(CbpTableColumn column)
-