Uses of Class
io.jenkins.plugins.xygeni.model.SecurityEvent.Action
-
Packages that use SecurityEvent.Action Package Description io.jenkins.plugins.xygeni.model -
-
Uses of SecurityEvent.Action in io.jenkins.plugins.xygeni.model
Methods in io.jenkins.plugins.xygeni.model that return SecurityEvent.Action Modifier and Type Method Description static SecurityEvent.Action
SecurityEvent.Action. valueOf(String name)
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.Action Modifier and Type Method Description static 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 Constructor Description SecurityEvent(SecurityEvent.Action action)
-