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