Uses of Class
com.atlassian.bamboo.ww2.actions.build.admin.create.RepositoryOption

Packages that use RepositoryOption
com.atlassian.bamboo.ww2.actions.build.admin.config.repository   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of RepositoryOption in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
 

Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.repository declared as RepositoryOption
protected  RepositoryOption DecoratedRepository.repositoryOption
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository that return RepositoryOption
 RepositoryOption DecoratedRepository.getRepositoryOption()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository that return types with arguments of type RepositoryOption
 java.util.List<RepositoryOption> DeleteRepository.getAvailableRepositories()
           
 java.util.List<RepositoryOption> ConvertLocalToGlobalRepository.getRepositoriesForConvertion()
           
 

Uses of RepositoryOption in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return RepositoryOption
static RepositoryOption RepositoryOption.getNullRepositoryOption(com.opensymphony.xwork2.TextProvider textProvider)
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type RepositoryOption
 java.util.List<RepositoryOption> UIConfigBeanImpl.getLinkedRepositoriesForCreate()
          Return a list of all global repositories the user can select from, For the create wizard
 java.util.List<RepositoryOption> UIConfigBeanImpl.getNonPrimaryRepositoriesForCreate()
          Return a list of repository options for all repositories not marked as primary.
 java.util.List<RepositoryOption> UIConfigBeanImpl.getPrimaryRepositoriesForCreate()
          Return a list of repository options for all repositories marked as primary.
 java.util.List<RepositoryOption> UIConfigBeanImpl.getRepositoriesForEdit(ImmutablePlan plan, java.lang.String selectedRepository)
          Returns selection of the repository for 'Add/Edit Repository' actions.
 



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