public class DefaultIssueUpdater extends Object implements IssueUpdater
Constructor and Description |
---|
DefaultIssueUpdater(OfBizDelegator ofBizDelegator,
IssueEventManager issueEventManager,
IssueEventBundleFactory issueEventBundleFactory,
InlineIssuePropertySetter issuePropertySetter,
ComponentLocator componentLocator,
TxnAwareEventFactory txnAwareEventFactory,
FeatureManager featureManager) |
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.
|
void |
doUpdate(IssueUpdateBean iub,
boolean generateChangeItems,
boolean updateDate)
Stores any changes to the issue optionally including a changelog or updating an updateDate.
|
public DefaultIssueUpdater(OfBizDelegator ofBizDelegator, IssueEventManager issueEventManager, IssueEventBundleFactory issueEventBundleFactory, InlineIssuePropertySetter issuePropertySetter, ComponentLocator componentLocator, TxnAwareEventFactory txnAwareEventFactory, FeatureManager featureManager)
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.public void doUpdate(IssueUpdateBean iub, boolean generateChangeItems, boolean updateDate)
IssueUpdater
doUpdate
in interface IssueUpdater
iub
- the description of the change.generateChangeItems
- if true, a changelog group is created.updateDate
- if true, an updateDate is updated.Copyright © 2002-2022 Atlassian. All Rights Reserved.