Uses of Enum
io.jenkins.plugins.xygeni.model.SecurityEvent.Action
Packages that use SecurityEvent.Action
-
Uses of SecurityEvent.Action in io.jenkins.plugins.xygeni.model
Methods in io.jenkins.plugins.xygeni.model that return SecurityEvent.ActionModifier and TypeMethodDescriptionstatic SecurityEvent.Action
Returns the enum constant of this type with the specified name.static SecurityEvent.Action[]
SecurityEvent.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 SecurityEvent.ActionModifier and TypeMethodDescriptionstatic SecurityEvent
SecurityEvent.from
(String userName, String email, SecurityEvent.Action action) static SecurityEvent
SecurityEvent.from
(String userName, List<String> grantedAuthorities, SecurityEvent.Action action) Constructors in io.jenkins.plugins.xygeni.model with parameters of type SecurityEvent.Action