@ExperimentalApi
public interface OnCommitIssueEventBundle
IssueEventBundle event. The OnCommitIssueEventBundle is supposed to
be fired on commit if it's in a transaction, otherwise fired immediately.
While IssueEventBundle may be fired before commit.
This means that when listening to IssueEventBundle event, inaccurate data may be retrieved from database,
while listening to OnCommitIssueEventBundle guarantees the correct data.
| Modifier and Type | Method and Description |
|---|---|
Collection<OnCommitEvent> |
getOnCommitEvents() |
@Nonnull Collection<OnCommitEvent> getOnCommitEvents()
Copyright © 2002-2019 Atlassian. All Rights Reserved.