Package com.atlassian.jira.event.commit
package com.atlassian.jira.event.commit
-
ClassDescriptionBase type for the OnCommit eventsUsed to indicate to consumers of
OnCommitEvent
whether the data contained in event was reloaded after commit or not.Used to indicate to consumers ofOnCommitEvent
whether this event was actually published after a transaction commit, or if it was sent immediately, as not inside a transaction.An implementable event for external developer that may wish to publish anOnCommitEvent
and be able to update theOnCommitEvent.OnCommitEventTransactionStatus
once it is knownAllow to publishOnCommitEvent
andOnCommitIssueEventBundle
events, that if inside a transaction will not actually be published until the transaction has finished.