Uses of Class
io.jenkins.plugins.xygeni.model.SCMEvent.Action
-
Packages that use SCMEvent.Action Package Description io.jenkins.plugins.xygeni.model -
-
Uses of SCMEvent.Action in io.jenkins.plugins.xygeni.model
Methods in io.jenkins.plugins.xygeni.model that return SCMEvent.Action Modifier and Type Method Description static SCMEvent.Action
SCMEvent.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static SCMEvent.Action[]
SCMEvent.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.xygeni.model with parameters of type SCMEvent.Action Modifier and Type Method Description static SCMEvent
SCMEvent. from(Run run, TaskListener listener, SCMEvent.Action type)
Constructors in io.jenkins.plugins.xygeni.model with parameters of type SCMEvent.Action Constructor Description SCMEvent(SCMEvent.Action action)
-