Interface CustomStepSettingBuilder
- All Known Subinterfaces:
CustomStepSettingBuilder.Build
public interface CustomStepSettingBuilder
Builder for step settings of a custom step. A step setting can have multiple fields.
- Since:
- 2.0.0
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds a field to the step settings of the custom step.
-
Method Details
-
addField
CustomStepSettingBuilder.Build addField(Function<CustomStepSettingFieldBuilder, CustomStepSettingField> builder) Adds a field to the step settings of the custom step.- Parameters:
builder
- builder for custom step setting field- Returns:
- Custom step setting builder
-