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 CbpTableCell
createCell()
List<CbpTableCell>
getCells()
String
getTitle()
void
setTitle(String title)
-
-
-
Method Detail
-
getCells
public List<CbpTableCell> getCells()
-
createCell
public CbpTableCell createCell()
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
-