Uses of Class
com.atlassian.jira.util.lang.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.atlassian.jira.bc.admin
Methods in com.atlassian.jira.bc.admin that return PairMethods in com.atlassian.jira.bc.admin with parameters of type PairModifier and TypeMethodDescriptionApplicationPropertyMetadata.Builder.requiredFeatureKey(Pair<String, Boolean> requiredFeatureKeys) -
Uses of Pair in com.atlassian.jira.bc.issue.watcher
Methods in com.atlassian.jira.bc.issue.watcher that return PairModifier and TypeMethodDescriptionprotected <T extends ApplicationUser>
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.DefaultWatcherService.getWatcherUsernames(Issue issue, ApplicationUser 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 PairModifier and TypeMethodDescriptionWatcherService.BulkWatchResult.getFailedIssues()Returns the details of the issues that failed the bulk watch or unwatch procedure.DefaultWatcherService.getWatchers(Issue issue, ApplicationUser remoteUser) WatcherService.getWatchers(Issue issue, ApplicationUser 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 PairModifier and TypeMethodDescriptionprotected <T extends ApplicationUser>
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.config
Methods in com.atlassian.jira.config that return types with arguments of type PairModifier and TypeMethodDescriptionio.atlassian.fugue.Option<Pair<String, ErrorCollection.Reason>> ConstantsManager.validateName(String name, io.atlassian.fugue.Option<IssueType> issueTypeToUpdate) Validates the name of issue type.io.atlassian.fugue.Option<Pair<String, ErrorCollection.Reason>> DefaultConstantsManager.validateName(String name, io.atlassian.fugue.Option<IssueType> issueTypeToUpdate) -
Uses of Pair in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return types with arguments of type PairModifier and TypeMethodDescriptionIssueManager.getProjectIssueTypePairsByIds(Set<Long> issueIds) Returns a set of project ID / issue type combinations that given issue IDs cover.IssueManager.getProjectIssueTypePairsByKeys(Set<String> issueKeys) Returns a set of project ID / issue type combinations that given issue keys cover. -
Uses of Pair in com.atlassian.jira.issue.managers
Methods in com.atlassian.jira.issue.managers that return types with arguments of type PairModifier and TypeMethodDescriptionDefaultIssueManager.getProjectIssueTypePairsByIds(Set<Long> issueIds) RequestCachingIssueManager.getProjectIssueTypePairsByIds(Set<Long> issueIds) DefaultIssueManager.getProjectIssueTypePairsByKeys(Set<String> issueKeys) RequestCachingIssueManager.getProjectIssueTypePairsByKeys(Set<String> issueKeys) -
Uses of Pair in com.atlassian.jira.jql.util
Methods in com.atlassian.jira.jql.util that return types with arguments of type PairModifier and TypeMethodDescriptionJqlIssueSupport.getProjectIssueTypePairsByIds(Set<Long> issueIds) Returns a set of project ID / issue type combinations that given issue IDs cover.JqlIssueSupportImpl.getProjectIssueTypePairsByIds(Set<Long> issueIds) JqlIssueSupport.getProjectIssueTypePairsByKeys(Set<String> issueKeys) Returns a set of project ID / issue type combinations that given issue keys cover.JqlIssueSupportImpl.getProjectIssueTypePairsByKeys(Set<String> issueKeys) -
Uses of Pair in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that return types with arguments of type PairModifier and TypeMethodDescriptionMockIssueManager.getProjectIssueTypePairsByIds(Set<Long> issueIds) MockIssueManager.getProjectIssueTypePairsByKeys(Set<String> issueKeys) io.atlassian.fugue.Option<Pair<String, ErrorCollection.Reason>> MockConstantsManager.validateName(String name, io.atlassian.fugue.Option<IssueType> issueType) -
Uses of Pair in com.atlassian.jira.ofbiz
Methods in com.atlassian.jira.ofbiz that return types with arguments of type PairModifier and TypeMethodDescriptionPerformanceSQLInterceptor.SQLPerfCache.getStatementsInCallOrder() -
Uses of Pair in com.atlassian.jira.project
Methods in com.atlassian.jira.project that return types with arguments of type PairModifier and TypeMethodDescriptionAbstractProjectManager.convertToOptionalProjectObjects(Collection<Long> projectIds) ProjectManager.convertToOptionalProjectObjects(Collection<Long> projectIds) Converts a collection of projectIds to a list of pairs (project id, optional project). -
Uses of Pair in com.atlassian.jira.projectconfig.fields
Methods in com.atlassian.jira.projectconfig.fields that return types with arguments of type PairModifier and TypeMethodDescriptionIssueFields.getAllCustomFieldsWithOnAllScreensFlag(Issue issue) Returns the a list of pairs where each pair contains a Custom Field and an indication whether that field is visible for a passed issue. -
Uses of Pair in com.atlassian.jira.projectconfig.rest.global
Methods in com.atlassian.jira.projectconfig.rest.global that return types with arguments of type PairModifier and TypeMethodDescriptionstatic com.google.common.base.Function<Pair<OrderableField, Boolean>, IssueCustomFieldsResource.FieldBeanWithVisiblityFlag> IssueCustomFieldsResource.FieldBeanWithVisiblityFlag.toBean() -
Uses of Pair in com.atlassian.jira.projectconfig.workflow
Methods in com.atlassian.jira.projectconfig.workflow that return types with arguments of type PairModifier and TypeMethodDescriptionDefaultProjectConfigWorkflowDispatcher.editWorkflow(long projectId) ProjectConfigWorkflowDispatcher.editWorkflow(long projectId) Called when the user tries to edit a workflow associated with the passed project. -
Uses of Pair in com.atlassian.jira.retranslate
Methods in com.atlassian.jira.retranslate that return types with arguments of type PairModifier and TypeMethodDescriptionReTranslateKeysService.dryRunReTranslateAllKeys(String tableOrEntityName, String columnOrFieldName, String keyName) Does a "dry run" of replacing all occurrences ofkeywith its default jira i18n translation in the table invalid input: '&' column specified bytableOrEntityNameinvalid input: '&'columnOrFieldName.ReTranslateKeysServiceImpl.dryRunReTranslateAllKeys(String tableOrEntityName, String columnOrFieldName, String keyName) ReTranslateKeysService.reTranslateAllKeys(String tableOrEntityName, String columnOrFieldName, String keyName) Replaces all occurrences ofkeywith its default jira i18n translation in the table invalid input: '&' column specified bytableOrEntityNameinvalid input: '&'columnOrFieldName.ReTranslateKeysServiceImpl.reTranslateAllKeys(String tableOrEntityName, String columnOrFieldName, String keyName) -
Uses of Pair in com.atlassian.jira.util.lang
Methods in com.atlassian.jira.util.lang that return PairModifier and TypeMethodDescriptionstatic <U,V> Pair <U, V> Pair.nicePairOf(U first, V second) A pair that does allowsnullvalues.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 allownullvalues. -
Uses of Pair in com.atlassian.jira.web.action.admin.issuetypes
Methods in com.atlassian.jira.web.action.admin.issuetypes that return types with arguments of type PairModifier and TypeMethodDescriptionAddIssueTypeAction.getHiddenFields()Return a list of {name, value} pairs to be added to the form as hidden fields.AddNewIssueTypeToScheme.getHiddenFields()ViewIssueTypes.getHiddenFields() -
Uses of Pair in com.atlassian.jira.workflow.edit
Methods in com.atlassian.jira.workflow.edit that return types with arguments of type PairModifier and TypeMethodDescriptionWorkflowStatuses.verifyStatusCanBeRemoved(@NotNull Status status, String workflowName) WorkflowStatuses.verifyStatusCanBeRemoved(String statusId, String workflowName) WorkflowStatusesImpl.verifyStatusCanBeRemoved(@NotNull Status status, String workflowName) WorkflowStatusesImpl.verifyStatusCanBeRemoved(String statusId, String workflowName) -
Uses of Pair in com.atlassian.mail.server.managers.jira
Methods in com.atlassian.mail.server.managers.jira that return Pair