|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceOutcome | |
|---|---|
| com.atlassian.jira.bc.config | |
| com.atlassian.jira.bc.issue.vote | |
| com.atlassian.jira.bc.issue.watcher | |
| com.atlassian.jira.bc.project | |
| com.atlassian.jira.bc.project.version | |
| Uses of ServiceOutcome in com.atlassian.jira.bc.config |
|---|
| Methods in com.atlassian.jira.bc.config that return ServiceOutcome | |
|---|---|
ServiceOutcome<IssueType> |
ConstantsService.getIssueTypeById(User user,
String issueTypeId)
Returns a ServiceOutcome containing the IssueType that has the given id. |
ServiceOutcome<IssueType> |
ConstantsService.getIssueTypeById(com.atlassian.crowd.embedded.api.User user,
String issueTypeId)
Returns a ServiceOutcome containing the IssueType that has the given id. |
ServiceOutcome<Status> |
ConstantsService.getStatusById(User user,
String statusId)
Returns a ServiceOutcome containing the Status that has the given id. |
ServiceOutcome<Status> |
ConstantsService.getStatusById(com.atlassian.crowd.embedded.api.User user,
String statusId)
Returns a ServiceOutcome containing the Status that has the given id. |
| Uses of ServiceOutcome in com.atlassian.jira.bc.issue.vote |
|---|
| Methods in com.atlassian.jira.bc.issue.vote that return ServiceOutcome | |
|---|---|
ServiceOutcome<List<VoteHistoryEntry>> |
VoteService.getVoterHistory(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
Get the list of vote history for an issue. |
ServiceOutcome<Collection<User>> |
VoteService.viewVoters(Issue issue,
User remoteUser)
Get the list of all users who have voted on an issue. |
ServiceOutcome<Collection<com.atlassian.crowd.embedded.api.User>> |
VoteService.viewVoters(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
Get the list of all users who have voted on an issue. |
| Uses of ServiceOutcome in com.atlassian.jira.bc.issue.watcher |
|---|
| Uses of ServiceOutcome in com.atlassian.jira.bc.project |
|---|
| Methods in com.atlassian.jira.bc.project that return ServiceOutcome | |
|---|---|
ServiceOutcome<List<Project>> |
ProjectService.getAllProjects(com.atlassian.crowd.embedded.api.User user)
Used to retrieve a list of Project objects. |
ServiceOutcome<List<Project>> |
ProjectService.getAllProjectsForAction(com.atlassian.crowd.embedded.api.User user,
ProjectAction action)
Used to retrieve a list of Project objects. |
| Uses of ServiceOutcome in com.atlassian.jira.bc.project.version |
|---|
| Methods in com.atlassian.jira.bc.project.version that return ServiceOutcome | |
|---|---|
ServiceOutcome<Version> |
VersionService.setReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
Date releaseDate)
Modify the release date of a version without performing a release/unrelease. |
ServiceOutcome<Version> |
VersionService.setReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
String releaseDate)
Modify the release date of a version without performing a release/unrelease. |
ServiceOutcome<Version> |
VersionService.setVersionDetails(com.atlassian.crowd.embedded.api.User user,
Version version,
String name,
String description)
Set the name and description of a version, if you have edit permission. |
ServiceOutcome<Version> |
VersionService.validateReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
String releaseDate)
Validate the release date of a version without performing a release/unrelease. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||