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