Package | Description |
---|---|
com.atlassian.jira.config | |
com.atlassian.jira.event.issue | |
com.atlassian.jira.issue.util | |
com.atlassian.jira.issue.util.transformers |
Modifier and Type | Method and Description |
---|---|
IssueUpdateBean |
MockSubTaskManager.changeParent(Issue subTask,
Issue parentIssue,
ApplicationUser currentUser) |
IssueUpdateBean |
DefaultSubTaskManager.changeParent(Issue subTask,
Issue newParentIssue,
ApplicationUser currentUser) |
IssueUpdateBean |
SubTaskManager.changeParent(Issue subTask,
Issue parentIssue,
ApplicationUser currentUser)
Change the parent of the given subtask to the given new parent on behalf
of the given user.
|
Modifier and Type | Method and Description |
---|---|
IssueEventBundle |
IssueEventBundleFactoryImpl.createIssueUpdateEventBundle(Issue issue,
org.ofbiz.core.entity.GenericValue changeGroup,
IssueUpdateBean iub,
ApplicationUser user)
This method uses
EventTypesForIssueChange to raise events during update. |
IssueEventBundle |
IssueEventBundleFactory.createIssueUpdateEventBundle(Issue issue,
org.ofbiz.core.entity.GenericValue changeGroup,
IssueUpdateBean iub,
ApplicationUser user)
Creates an IssueEventBundle for scenarios where an issue has been updated.
|
IssueEventBundle |
IssueEventBundleFactoryImpl.createWorklogEventBundle(Issue issue,
org.ofbiz.core.entity.GenericValue changeGroup,
IssueUpdateBean iub,
ApplicationUser user) |
IssueEventBundle |
IssueEventBundleFactory.createWorklogEventBundle(Issue issue,
org.ofbiz.core.entity.GenericValue changeGroup,
IssueUpdateBean iub,
ApplicationUser applicationUser)
Creates an IssueEventBundle for scenarios where the worklog of an issue has been updated.
|
List<Long> |
EventTypesForIssueChange.getEventTypeIdsForIssueUpdate(IssueUpdateBean issueUpdateBean)
Given an IssueUpdateBean representing the collection of changes over an issue, returns a list
of events that should be triggered for all of those changes.
|
List<Long> |
EventTypesForIssueChangeImpl.getEventTypeIdsForIssueUpdate(IssueUpdateBean issueUpdateBean)
This method inspects the
IssueUpdateBean to find out events that should be
raised. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIssueUpdater.doUpdate(IssueUpdateBean iub,
boolean generateChangeItems) |
void |
IssueUpdater.doUpdate(IssueUpdateBean issueUpdateBean,
boolean generateChangeItems)
Stores any changes to the issue optionally including a changelog and conditionally dispatches an IssueUpdate
event if the changes were real and made to significant fields.
|
Modifier and Type | Method and Description |
---|---|
static IssueUpdateBean |
IssueChangeHolderTransformer.toIssueUpdateBean(IssueChangeHolder issueChangeHolder,
Long eventType,
ApplicationUser user,
boolean sendMail) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.