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

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

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.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()
          TODO Probably obsolete
 java.util.List<NameValuePair> DefaultRepositoryManager.getAuthenticationTypes()
          TODO Probably obsolete
 java.util.List<NameValuePair> RepositoryManager.getFilterOptions()
           
 java.util.List<NameValuePair> DefaultRepositoryManager.getFilterOptions()
           
 java.util.Collection<NameValuePair> RepositoryManager.getVersionTypes()
          A list of NameValuePair objects with representing HEAD / Branch versions
 java.util.Collection<NameValuePair> DefaultRepositoryManager.getVersionTypes()
           
 

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()
           
 

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.admin.bulk
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return types with arguments of type NameValuePair
 java.util.Collection<NameValuePair> UpdateCvsModuleBulkAction.getVersionTypes()
           
 

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()
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.