Interface CustomStepSetting
public interface CustomStepSetting
Step settings of a custom step. A step setting can have multiple fields.
Used by
CustomStepSettingBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns fields to the step settings of the custom step.
-
Method Details
-
getFields
List<CustomStepSettingField> getFields()Returns fields to the step settings of the custom step.- Returns:
- List of
CustomStepSettingField
-