Uses of Class
org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy

Packages that use AuthorizeProjectStrategy
org.jenkinsci.plugins.authorizeproject   
org.jenkinsci.plugins.authorizeproject.strategy   
 

Uses of AuthorizeProjectStrategy in org.jenkinsci.plugins.authorizeproject
 

Methods in org.jenkinsci.plugins.authorizeproject that return AuthorizeProjectStrategy
 AuthorizeProjectStrategy AuthorizeProjectProperty.getEnabledStrategy()
           
 AuthorizeProjectStrategy AuthorizeProjectProperty.getStrategy()
           
 

Methods in org.jenkinsci.plugins.authorizeproject that return types with arguments of type AuthorizeProjectStrategy
static hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> AuthorizeProjectStrategy.all()
           
static hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> AuthorizeProjectStrategy.all()
           
 List<hudson.model.Descriptor<AuthorizeProjectStrategy>> ProjectQueueItemAuthenticator.DescriptorImpl.getAvailableDescriptorList()
           
 List<hudson.model.Descriptor<AuthorizeProjectStrategy>> AuthorizeProjectProperty.DescriptorImpl.getEnabledAuthorizeProjectStrategyDescriptorList()
           
 hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> AuthorizeProjectProperty.DescriptorImpl.getStrategyList()
          Deprecated. 
 hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> AuthorizeProjectProperty.DescriptorImpl.getStrategyList()
          Deprecated. 
 

Constructors in org.jenkinsci.plugins.authorizeproject with parameters of type AuthorizeProjectStrategy
AuthorizeProjectProperty(AuthorizeProjectStrategy strategy)
          Create a new instance.
 

Constructor parameters in org.jenkinsci.plugins.authorizeproject with type arguments of type AuthorizeProjectStrategy
AuthorizeProjectStrategyDescriptor(Class<? extends AuthorizeProjectStrategy> clazz)
           
 

Uses of AuthorizeProjectStrategy in org.jenkinsci.plugins.authorizeproject.strategy
 

Subclasses of AuthorizeProjectStrategy in org.jenkinsci.plugins.authorizeproject.strategy
 class AnonymousAuthorizationStrategy
          Run builds as anonymous.
 class SpecificUsersAuthorizationStrategy
          Run builds as a user specified in project configuration pages.
 class TriggeringUsersAuthorizationStrategy
          Run builds as a user who triggered the build.
 

Constructor parameters in org.jenkinsci.plugins.authorizeproject.strategy with type arguments of type AuthorizeProjectStrategy
SpecificUsersAuthorizationStrategy.DescriptorImpl(Class<? extends AuthorizeProjectStrategy> clazz)
          For testing purpose.
 



Copyright © 2004-2015. All Rights Reserved.