public class DefaultIssueUpdater extends Object implements IssueUpdater
Constructor and Description |
---|
DefaultIssueUpdater(OfBizDelegator ofBizDelegator,
IssueEventManager issueEventManager,
IssueEventBundleFactory issueEventBundleFactory) |
Modifier and Type | Method and Description |
---|---|
void |
doUpdate(IssueUpdateBean iub,
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.
|
public DefaultIssueUpdater(OfBizDelegator ofBizDelegator, IssueEventManager issueEventManager, IssueEventBundleFactory issueEventBundleFactory)
public void doUpdate(IssueUpdateBean iub, boolean generateChangeItems)
IssueUpdater
doUpdate
in interface IssueUpdater
iub
- the description of the change.generateChangeItems
- if true, a changelog group is created.Copyright © 2002-2015 Atlassian. All Rights Reserved.