Uses of Class
org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy
Packages that use AuthorizeProjectStrategy
Package
Description
-
Uses of AuthorizeProjectStrategy in org.jenkinsci.plugins.authorizeproject
Methods in org.jenkinsci.plugins.authorizeproject that return AuthorizeProjectStrategyModifier and TypeMethodDescriptionGlobalQueueItemAuthenticator.DescriptorImpl.getDefaultStrategy()
AuthorizeProjectProperty.getEnabledStrategy()
Gets the strategy if enabled ornull
if not enabled.AuthorizeProjectProperty.getStrategy()
Gets the strategy.GlobalQueueItemAuthenticator.getStrategy()
Methods in org.jenkinsci.plugins.authorizeproject that return types with arguments of type AuthorizeProjectStrategyModifier and TypeMethodDescriptionAuthorizeProjectStrategy.all()
AuthorizeProjectStrategy.all()
ProjectQueueItemAuthenticator.DescriptorImpl.getAvailableDescriptorList()
AuthorizeProjectProperty.DescriptorImpl.getEnabledAuthorizeProjectStrategyDescriptorList()
GlobalQueueItemAuthenticator.DescriptorImpl.getStrategyDescriptors()
AuthorizeProjectProperty.DescriptorImpl.getStrategyList()
Deprecated.AuthorizeProjectProperty.DescriptorImpl.getStrategyList()
Deprecated.Constructors in org.jenkinsci.plugins.authorizeproject with parameters of type AuthorizeProjectStrategyModifierConstructorDescriptionCreate a new instance.Constructor parameters in org.jenkinsci.plugins.authorizeproject with type arguments of type AuthorizeProjectStrategyModifierConstructorDescriptionprotected
AuthorizeProjectStrategyDescriptor
(Class<? extends AuthorizeProjectStrategy> clazz) -
Uses of AuthorizeProjectStrategy in org.jenkinsci.plugins.authorizeproject.strategy
Subclasses of AuthorizeProjectStrategy in org.jenkinsci.plugins.authorizeproject.strategyModifier and TypeClassDescriptionclass
Run builds as anonymous.class
Run builds as a user specified in project configuration pages.class
Run builds asACL.SYSTEM2
.class
Run builds as a user who triggered the build.