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

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

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(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 RepositoryConfigurationServiceImpl.createGlobalRepository(String repositoryName, String pluginKey, String webRepositoryKey, org.apache.commons.configuration.HierarchicalConfiguration configuration, boolean buildTrigger, com.atlassian.user.User user, RepositoryConfigurationService.LinkedRepositoryAccess accessOption)
           
 RepositoryData RepositoryConfigurationService.createGlobalRepository(String repositoryName, String pluginKey, String webRepositoryKey, org.apache.commons.configuration.HierarchicalConfiguration configuration, boolean buildTrigger, com.atlassian.user.User user, RepositoryConfigurationService.LinkedRepositoryAccess accessOption)
          Creates new global repository
 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.model
 

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

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



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.