Package | Description |
---|---|
com.atlassian.jira.bc.issue | |
com.atlassian.jira.event.type | |
com.atlassian.jira.issue | |
com.atlassian.jira.issue.managers | |
com.atlassian.jira.mock |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DefaultIssueService.delete(ApplicationUser user,
IssueService.DeleteValidationResult issueValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
ErrorCollection |
IssueService.delete(ApplicationUser user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA.
|
IssueService.IssueResult |
DefaultIssueService.update(ApplicationUser user,
IssueService.UpdateValidationResult issueValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
IssueService.IssueResult |
IssueService.update(ApplicationUser user,
IssueService.UpdateValidationResult updateValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore.
|
Modifier and Type | Class and Description |
---|---|
static class |
EventDispatchOption.EventDispatchOptionImpl |
Modifier and Type | Field and Description |
---|---|
static EventDispatchOption |
EventDispatchOption.DO_NOT_DISPATCH
Use this when you do not want an event to be dispatched.
|
static EventDispatchOption |
EventDispatchOption.ISSUE_ARCHIVED
Use this when you want to dispatch an
EventType.ISSUE_ARCHIVED_ID event. |
static EventDispatchOption |
EventDispatchOption.ISSUE_ASSIGNED
Use this when you want to dispatch an
EventType.ISSUE_ASSIGNED_ID event. |
static EventDispatchOption |
EventDispatchOption.ISSUE_DELETED
Use this when you want to dispatch an
EventType.ISSUE_DELETED_ID event. |
static EventDispatchOption |
EventDispatchOption.ISSUE_RESTORED
Use this when you want to dispatch an
EventType.ISSUE_RESTORED_ID event. |
static EventDispatchOption |
EventDispatchOption.ISSUE_UPDATED
Use this when you want to dispatch an
EventType.ISSUE_UPDATED_ID event. |
Modifier and Type | Method and Description |
---|---|
static EventDispatchOption |
EventDispatchOption.Factory.get(Long id)
Creates an EventDispatchOption with the specified eventTypeId.
|
Modifier and Type | Method and Description |
---|---|
EventDispatchOption |
UpdateIssueRequest.getEventDispatchOption()
Defines an event dispatching strategy for the update
|
Modifier and Type | Method and Description |
---|---|
Issue |
IssueManager.archiveIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will archive the issue.
|
void |
IssueManager.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA.
|
void |
IssueManager.deleteIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Deprecated.
Use
#deleteIssue(com.atlassian.crowd.embedded.api.User, Issue, com.atlassian.jira.event.type.EventDispatchOption, boolean) instead. Since v5.0. |
UpdateIssueRequest.UpdateIssueRequestBuilder |
UpdateIssueRequest.UpdateIssueRequestBuilder.eventDispatchOption(EventDispatchOption eventDispatchOption) |
Issue |
IssueManager.restoreIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will restore an archived issue.
|
Issue |
IssueManager.updateIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore.
|
Modifier and Type | Method and Description |
---|---|
Issue |
RequestCachingIssueManager.archiveIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
ZduAwareIssueArchiveHelper.archiveIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
DefaultIssueManager.archiveIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
IssueArchiveHelper.archiveIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Archive issue in context of given user.
|
Issue |
DefaultIssueArchiveHelper.archiveIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
RequestCachingIssueManager.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
IssueDeleteHelper.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Delete issue in context of given user.
|
void |
DefaultIssueManager.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
DefaultIssueDeleteHelper.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
RequestCachingIssueManager.deleteIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Deprecated.
|
void |
DefaultIssueManager.deleteIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
protected void |
DefaultIssueDeleteHelper.removeSubTasks(ApplicationUser user,
Issue parentIssue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
RequestCachingIssueManager.restoreIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
ZduAwareIssueArchiveHelper.restoreIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
DefaultIssueManager.restoreIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
IssueArchiveHelper.restoreIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Restores issue in context of given user.
|
Issue |
DefaultIssueArchiveHelper.restoreIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
RequestCachingIssueManager.updateIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
DefaultIssueManager.updateIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Modifier and Type | Method and Description |
---|---|
Issue |
MockIssueManager.archiveIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
MockIssueManager.deleteIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
void |
MockIssueManager.deleteIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
MockIssueManager.restoreIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Issue |
MockIssueManager.updateIssue(ApplicationUser user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.