Package | Description |
---|---|
com.atlassian.jira.event.commit | |
com.atlassian.jira.event.issue.commit | |
com.atlassian.jira.event.issue.txnaware |
Modifier and Type | Interface and Description |
---|---|
static interface |
OnCommitEvent.OnCommitEventTransactionStatusSettable<E>
An implementable event for external developer that may wish to publish an
OnCommitEvent and be able to
update the OnCommitEvent.OnCommitEventTransactionStatus once it is known |
Modifier and Type | Method and Description |
---|---|
<T> void |
OnCommitEventManagerImpl.dispatchOnCommitEvent(java.util.function.Supplier<OnCommitEvent<T>> onCommitEventSupplier) |
<T> void |
OnCommitEventManager.dispatchOnCommitEvent(java.util.function.Supplier<OnCommitEvent<T>> onCommitEventSupplier)
Will publish the event immediately if not inside a transaction, otherwise will be published once the
current transactions has finished.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OnCommitIssueEvent
This is a wrapper of issue events.
|
interface |
OnCommitJiraIssueEvent
This is a wrapper of
JiraIssueEvent events. |
Modifier and Type | Method and Description |
---|---|
Collection<OnCommitEvent> |
OnCommitIssueEventBundle.getOnCommitEvents() |
Modifier and Type | Method and Description |
---|---|
void |
TxnAwareEventFactory.publishOnCommitEvent(java.util.function.Supplier<OnCommitEvent> onCommitEventSupplier) |
void |
TxnAwareEventFactoryImpl.publishOnCommitEvent(java.util.function.Supplier<OnCommitEvent> onCommitEventSupplier) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.