Uses of Class
hudson.security.SecurityMode
-
Packages that use SecurityMode Package Description hudson.security Security-related code.jenkins.model -
-
Uses of SecurityMode in hudson.security
Methods in hudson.security that return SecurityMode Modifier and Type Method Description static SecurityMode
SecurityMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityMode[]
SecurityMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecurityMode in jenkins.model
Methods in jenkins.model that return SecurityMode Modifier and Type Method Description SecurityMode
Jenkins. getSecurity()
Returns the constant that captures the three basic security modes in Jenkins.
-