Uses of Class
com.atlassian.bamboo.repository.RepositoryConfigurationService.LinkedRepositoryAccess

Packages that use RepositoryConfigurationService.LinkedRepositoryAccess
com.atlassian.bamboo.repository   
com.atlassian.bamboo.testutils   
 

Uses of RepositoryConfigurationService.LinkedRepositoryAccess in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return RepositoryConfigurationService.LinkedRepositoryAccess
static RepositoryConfigurationService.LinkedRepositoryAccess RepositoryConfigurationService.LinkedRepositoryAccess.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RepositoryConfigurationService.LinkedRepositoryAccess[] RepositoryConfigurationService.LinkedRepositoryAccess.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.repository with parameters of type RepositoryConfigurationService.LinkedRepositoryAccess
 RepositoryData RepositoryConfigurationService.createGlobalRepository(java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, org.apache.commons.configuration.HierarchicalConfiguration configuration, boolean buildTrigger, com.atlassian.user.User user, RepositoryConfigurationService.LinkedRepositoryAccess accessOption)
          Creates new global repository
 RepositoryData RepositoryConfigurationServiceImpl.createGlobalRepository(java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, org.apache.commons.configuration.HierarchicalConfiguration configuration, boolean buildTrigger, com.atlassian.user.User user, RepositoryConfigurationService.LinkedRepositoryAccess accessOption)
           
 org.acegisecurity.acls.MutableAcl RepositoryConfigurationServiceImpl.createNewSharedRepositoryDefaultAcl(com.atlassian.user.User user, long repositoryId, RepositoryConfigurationService.LinkedRepositoryAccess accessOption)
          Creates a defualt Acl for a specific repository which has: - READ permissions for the creator (if applicable) - READ permission to logged in users if ALL_USERS option is specified
 

Uses of RepositoryConfigurationService.LinkedRepositoryAccess in com.atlassian.bamboo.testutils
 

Methods in com.atlassian.bamboo.testutils that return RepositoryConfigurationService.LinkedRepositoryAccess
 RepositoryConfigurationService.LinkedRepositoryAccess TestBuildDetails.getLinkedRepositoryAccess()
           
 

Methods in com.atlassian.bamboo.testutils with parameters of type RepositoryConfigurationService.LinkedRepositoryAccess
 void TestBuildDetails.setLinkedRepositoryAccess(RepositoryConfigurationService.LinkedRepositoryAccess linkedRepositoryAccess)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.