Package io.jenkins.plugins.checks.steps
Class StepUtils
java.lang.Object
io.jenkins.plugins.checks.steps.StepUtils
Utilities for pipeline steps.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasListBoxModel
(Enum<?>... enums) Converts anEnum
into aListBoxModel
with all values of it.
-
Constructor Details
-
StepUtils
public StepUtils()
-
-
Method Details
-
asListBoxModel
Converts anEnum
into aListBoxModel
with all values of it.- Parameters:
enums
- all candidate values of the enum- Returns:
- the list box model with all enum values.
-