@PublicApi
public interface QueueService
Queue objects and their issues| Modifier and Type | Method and Description |
|---|---|
int |
getQueueLimitForProject()
Gets the maximum number of queues allowed for a project
|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,PagedResponse<Queue>> |
getQueues(com.atlassian.jira.user.ApplicationUser user,
QueueQuery queueQuery)
Get a page of
Queue that satisfies the provided QueueQuery. |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,PagedResponse<com.atlassian.jira.issue.Issue>> |
getRequestsByQueue(com.atlassian.jira.user.ApplicationUser user,
QueueRequestQuery query)
Get a page of
Issue belonging to the specified Queue |
QueueQuery.Builder |
newQueueQueryBuilder() |
QueueRequestQuery.Builder |
newQueueRequestQueryBuilder() |
QueueQuery.Builder newQueueQueryBuilder()
QueueQuery.Builder instance to construct QueueQuerycom.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,PagedResponse<Queue>> getQueues(com.atlassian.jira.user.ApplicationUser user, QueueQuery queueQuery)
Queue that satisfies the provided QueueQuery.user - the user executing the requestqueueQuery - the query parameterQueue if success, or AnError if failureQueueRequestQuery.Builder newQueueRequestQueryBuilder()
QueueRequestQuery.Builder instance to construct QueueRequestQuerycom.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,PagedResponse<com.atlassian.jira.issue.Issue>> getRequestsByQueue(com.atlassian.jira.user.ApplicationUser user, QueueRequestQuery query)
Issue belonging to the specified Queueuser - the user executing the requestquery - the query parameterIssue if success, or AnError if failureint getQueueLimitForProject()
Copyright © 2018 Atlassian. All rights reserved.