Interface OutputCellBuilder
public interface OutputCellBuilder
Builder for defining the value and style of a custom step output cell.
- Since:
- 2.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionConfigures the value of the cell.
-
Method Details
-
withValue
Configures the value of the cell.- Parameters:
value
- value of the cell- Returns:
- a reference to this object
-