Uses of Class
io.jenkins.plugins.cloudevents.Stage
-
Packages that use Stage Package Description io.jenkins.plugins.cloudevents io.jenkins.plugins.cloudevents.model -
-
Uses of Stage in io.jenkins.plugins.cloudevents
Methods in io.jenkins.plugins.cloudevents that return Stage Modifier and Type Method Description static Stage
Stage. valueOf(String name)
Returns the enum constant of this type with the specified name.static Stage[]
Stage. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Stage in io.jenkins.plugins.cloudevents.model
Methods in io.jenkins.plugins.cloudevents.model that return Stage Modifier and Type Method Description Stage
BuildModel. getPhase()
Methods in io.jenkins.plugins.cloudevents.model with parameters of type Stage Modifier and Type Method Description void
BuildModel. setPhase(Stage phase)
-