@PublicApi public interface IssueChangedEvent extends IssueRelatedEvent
Modifier and Type | Method and Description |
---|---|
Optional<ApplicationUser> |
getAuthor()
The user who caused the event, or
empty
representing an anonymous action. |
Optional<ChangeItemBean> |
getChangeItemForField(String fieldName)
The change of the given field in the event, if
the given
fieldName equals the name of one of the ChangeItemBean in the event
the old and the new value do not equal (don't have the same value and are not both null)
|
Collection<ChangeItemBean> |
getChangeItems()
The changes that were made to the issue
with the action that caused the event.
|
Optional<Comment> |
getComment()
The comment that was added to the issue with the change.
|
default boolean |
isSendMail() |
getIssue
getSpanningOperation
@Nonnull Optional<ApplicationUser> getAuthor()
empty
representing an anonymous action.@Nonnull Optional<Comment> getComment()
@Nonnull Collection<ChangeItemBean> getChangeItems()
@Nonnull Optional<ChangeItemBean> getChangeItemForField(@Nonnull String fieldName)
fieldName
equals the name of one of the ChangeItemBean
in the eventfieldName
- the name of the fielddefault boolean isSendMail()
Copyright © 2002-2022 Atlassian. All Rights Reserved.