Class CbpTableRow
- java.lang.Object
-
- org.jenkinsci.plugins.custombuildproperties.table.CbpTableRow
-
public class CbpTableRow extends Object
-
-
Constructor Summary
Constructors Constructor Description CbpTableRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCellValue(CbpTableColumn column)
CbpTableCell
getOrCreateCell(CbpTableColumn column)
String
getTitle()
boolean
isEmpty()
void
setTitle(String title)
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
isEmpty
public boolean isEmpty()
-
getCellValue
public String getCellValue(CbpTableColumn column)
-
getOrCreateCell
public CbpTableCell getOrCreateCell(CbpTableColumn column)
-
-