Extends from {@link Describable} to support UI-based instantiation.Your step should have a {@code config.jelly} allowing a user to configure its properties,and may have a {@code help.html} and/or {@code help-fieldName.html}, plus {@code doEtc} methods on the {@link StepDescriptor} for form validation, completion, and so on.It should have a {@link DataBoundConstructor} specifying mandatory properties.It may also use {@link DataBoundSetter} for optional properties.All properties also need public getters (or to be public fields) for data binding to work.
|
|
|
|
|
|