|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| com.atlassian.jira.bc.issue.watcher | |
| 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 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. |
| Uses of Pair in com.atlassian.jira.util.lang |
|---|
| Methods in com.atlassian.jira.util.lang that return Pair | ||
|---|---|---|
static
|
Pair.nicePairOf(U first,
V second)
A pair that does allows null values. |
|
static
|
Pair.of(U first,
V second)
By default we create a strict pair of non-null values. |
|
static
|
Pair.strictPairOf(U first,
V second)
A pair that doesn't allow null values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||