Uses of Enum
io.jenkins.plugins.propelo.commons.models.jenkins.output.JenkinsGeneralConfig.SECURITY_REALM
-
Uses of JenkinsGeneralConfig.SECURITY_REALM in io.jenkins.plugins.propelo.commons.models.jenkins.output
Modifier and TypeMethodDescriptionJenkinsGeneralConfig.getSecurityRealm()
JenkinsGeneralConfig.SECURITY_REALM.parseRealm
(String input) Returns the enum constant of this type with the specified name.static JenkinsGeneralConfig.SECURITY_REALM[]
JenkinsGeneralConfig.SECURITY_REALM.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic Boolean
JenkinsGeneralConfig.SECURITY_REALM.isSecure
(JenkinsGeneralConfig.SECURITY_REALM securityRealm) JenkinsGeneralConfig.JenkinsGeneralConfigBuilder.securityRealm
(JenkinsGeneralConfig.SECURITY_REALM securityRealm) ModifierConstructorDescriptionJenkinsGeneralConfig
(JenkinsGeneralConfig.JenkinsLocator locatorConfig, JenkinsGeneralConfig.SECURITY_REALM securityRealm, JenkinsGeneralConfig.AUTHORIZATION_TYPE authorizationType, JenkinsGeneralConfig.CSRF csrf, JenkinsGeneralConfig.SlaveAgentPort slaveAgentPort, JenkinsGeneralConfig.JNLPProtocols jnlpProtocols, boolean agentToMasterAccessControlEnabled)