Uses of Class
com.atlassian.jira.util.lang.Pair

Packages that use Pair
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.easymock   
com.atlassian.jira.ofbiz   
com.atlassian.jira.plugins.mail.webwork   
com.atlassian.jira.util.cache   
com.atlassian.jira.util.lang   
com.atlassian.jira.web.component.webfragment   
 

Uses of Pair in com.atlassian.jira.bc.issue.watcher
 

Methods in com.atlassian.jira.bc.issue.watcher that return Pair
protected
<T extends com.atlassian.crowd.embedded.api.User>
Pair<Integer,List<T>>
DefaultWatcherService.convertUsers(Pair<Integer,List<String>> watchers, com.google.common.base.Function<String,T> function)
          Converts the usernames into User objects using the given function.
protected  Pair<Integer,List<String>> DefaultWatcherService.getWatcherUsernames(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a pair containing the watcher count and the watcher usernames for a given issue.
 

Methods in com.atlassian.jira.bc.issue.watcher that return types with arguments of type Pair
 ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> DefaultWatcherService.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> WatcherService.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a the total number of watchers for a given issue in the first element of the returned Pair, and the list of visible watchers in the second element of the Pair.
 

Methods in com.atlassian.jira.bc.issue.watcher with parameters of type Pair
protected
<T extends com.atlassian.crowd.embedded.api.User>
Pair<Integer,List<T>>
DefaultWatcherService.convertUsers(Pair<Integer,List<String>> watchers, com.google.common.base.Function<String,T> function)
          Converts the usernames into User objects using the given function.
 

Uses of Pair in com.atlassian.jira.easymock
 

Constructors in com.atlassian.jira.easymock with parameters of type Pair
MapKeyValueMatcher(Pair<K,V>... thingsToMatch)
           
 

Constructor parameters in com.atlassian.jira.easymock with type arguments of type Pair
MapKeyValueMatcher(List<Pair<K,V>> thingsToMatch)
           
 

Uses of Pair in com.atlassian.jira.ofbiz
 

Methods in com.atlassian.jira.ofbiz that return types with arguments of type Pair
 List<Pair<String,String>> PerformanceSQLInterceptor.SQLPerfCache.getStatementsInCallOrder()
           
 

Uses of Pair in com.atlassian.jira.plugins.mail.webwork
 

Methods in com.atlassian.jira.plugins.mail.webwork that return types with arguments of type Pair
 Collection<Pair<String,String>> ViewMailServers.getServiceParams(JiraServiceContainer service)
           
 

Uses of Pair in com.atlassian.jira.util.cache
 

Method parameters in com.atlassian.jira.util.cache with type arguments of type Pair
static
<M,N,W> GenericCompositeKeyCache<M,N,W>
GenericCompositeKeyCache.newCache(Function<Pair<M,N>,W> valueRetriever)
          Static factory method for convenient instantiation.
 

Constructor parameters in com.atlassian.jira.util.cache with type arguments of type Pair
GenericCompositeKeyCache(Function<Pair<K,L>,V> valueRetriever)
           
 

Uses of Pair in com.atlassian.jira.util.lang
 

Methods in com.atlassian.jira.util.lang that return Pair
static
<U,V> Pair<U,V>
Pair.nicePairOf(U first, V second)
          A pair that does allows null values.
static
<U,V> Pair<U,V>
Pair.of(U first, V second)
          By default we create a strict pair of non-null values.
static
<U,V> Pair<U,V>
Pair.strictPairOf(U first, V second)
          A pair that doesn't allow null values.
 

Uses of Pair in com.atlassian.jira.web.component.webfragment
 

Methods in com.atlassian.jira.web.component.webfragment that return Pair
 Pair<String,Integer> AdminTabsWebComponent.render(Project project, String currentSection, String currentTabId)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.