@PublicApi
public interface ServiceDeskCommentEvent
Modifier and Type | Method and Description |
---|---|
ServiceDeskComment |
getComment() |
com.atlassian.jira.issue.Issue |
getIssue() |
Date |
getTime()
Time the event was created.
|
com.atlassian.jira.user.ApplicationUser |
getUser() |
boolean |
isCreatedEvent()
true, if the comment event is thrown during a comment creation.
|
boolean |
isPartOfIssueChange()
true, if the comment event is part of an issue edit/bulk edit operation (at least one of the issue fields changed).
|
boolean |
isSendMail()
true, if an email should be send because of this event.
|
com.atlassian.jira.user.ApplicationUser getUser()
com.atlassian.jira.issue.Issue getIssue()
ServiceDeskComment getComment()
boolean isCreatedEvent()
boolean isPartOfIssueChange()
boolean isSendMail()
Date getTime()
Copyright © 2019 Atlassian. All rights reserved.