Uses of Class
com.atlassian.bamboo.repository.NameValuePair

Packages that use NameValuePair
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.index   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of NameValuePair in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type NameValuePair
 java.util.List<NameValuePair> RenameAgentCapability.getOverrideOptions()
           
 

Uses of NameValuePair in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return types with arguments of type NameValuePair
 java.util.List<NameValuePair> ReindexAction.getIndexOptions()
           
 

Uses of NameValuePair in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type NameValuePair
 java.util.List<NameValuePair> BitbucketRepository.getRadioOptions()
           
 

Uses of NameValuePair in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return NameValuePair
 NameValuePair AuthenticationType.getNameValue()
           
 

Methods in com.atlassian.bamboo.repository that return types with arguments of type NameValuePair
 java.util.List<NameValuePair> SelectableAuthenticationRepository.getAuthenticationTypes()
          List all authentication types supported by repository.
 java.util.List<NameValuePair> RepositoryManager.getAuthenticationTypes()
          Deprecated. since 2.7 - handle this in your own repository.
 java.util.List<NameValuePair> DefaultRepositoryManager.getAuthenticationTypes()
          Deprecated. 
 java.util.List<NameValuePair> RepositoryManager.getFilterOptions()
           
 java.util.List<NameValuePair> DefaultRepositoryManager.getFilterOptions()
           
 java.util.Collection<NameValuePair> RepositoryManager.getVersionTypes()
          Deprecated. since 2.7 - handle this in your own repository.
 java.util.Collection<NameValuePair> DefaultRepositoryManager.getVersionTypes()
          Deprecated. 
 

Uses of NameValuePair in com.atlassian.bamboo.repository.cvsimpl
 

Methods in com.atlassian.bamboo.repository.cvsimpl that return types with arguments of type NameValuePair
 java.util.List<NameValuePair> CVSRepository.getAuthenticationTypes()
           
 java.util.Collection<NameValuePair> CVSRepository.getVersionTypes()
           
 

Uses of NameValuePair in com.atlassian.bamboo.repository.svn
 

Methods in com.atlassian.bamboo.repository.svn that return types with arguments of type NameValuePair
 java.util.List<NameValuePair> SvnRepository.getAuthenticationTypes()
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type NameValuePair
 java.util.Collection<NameValuePair> ConfigureBuildRequirement.getMatchTypeOptions()
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type NameValuePair
 java.util.Collection<NameValuePair> UIConfigBean.getFilterOptions()
           
 



Copyright © 2011 Atlassian. All Rights Reserved.