|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| com.atlassian.jira.bc.issue.watcher | |
| com.atlassian.jira.util.cache | |
| com.atlassian.jira.util.lang | |
| Uses of Pair in com.atlassian.jira.bc.issue.watcher |
|---|
| Methods in com.atlassian.jira.bc.issue.watcher that return Pair | ||
|---|---|---|
protected
|
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<User>>> |
WatcherService.getWatchers(Issue issue,
User remoteUser)
Deprecated. since v4.3. Use WatcherService.getWatchers(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. |
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. |
ServiceOutcome<Pair<Integer,List<User>>> |
DefaultWatcherService.getWatchers(Issue issue,
User remoteUser)
|
ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> |
DefaultWatcherService.getWatchers(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
|
| Methods in com.atlassian.jira.bc.issue.watcher with parameters of type Pair | ||
|---|---|---|
protected
|
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.util.cache |
|---|
| Method parameters in com.atlassian.jira.util.cache with type arguments of type Pair | ||
|---|---|---|
static
|
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
|
Pair.of(U first,
V second)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||