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