Uses of Class
io.jenkins.plugins.xygeni.model.ItemEvent.Action
-
Packages that use ItemEvent.Action Package Description io.jenkins.plugins.xygeni.model -
-
Uses of ItemEvent.Action in io.jenkins.plugins.xygeni.model
Methods in io.jenkins.plugins.xygeni.model that return ItemEvent.Action Modifier and Type Method Description static ItemEvent.Action
ItemEvent.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemEvent.Action[]
ItemEvent.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 ItemEvent.Action Modifier and Type Method Description static ItemEvent
ItemEvent. from(Item item, ItemEvent.Action action)
Constructors in io.jenkins.plugins.xygeni.model with parameters of type ItemEvent.Action Constructor Description ItemEvent(ItemEvent.Action action)
-