Package | Description |
---|---|
com.atlassian.jira.event.issue | |
com.atlassian.jira.plugins.webhooks.matcher | |
com.atlassian.jira.plugins.webhooks.url |
Modifier and Type | Interface and Description |
---|---|
interface |
IssueChangedEvent
This event represents any issue change
|
Modifier and Type | Class and Description |
---|---|
class |
IssueChangedEventImpl |
class |
IssueEvent
Basic representation of something that happens to an Issue, such as a modification or comment.
|
class |
IssuePreDeleteEvent
IssuePreDeleteEvent is triggered before an issue is deleted.
|
class |
IssueWatcherAddedEvent
Event that is triggered when user starts watching an issue.
|
class |
IssueWatcherDeletedEvent
Event that is triggered when user stops watching an issue.
|
Modifier and Type | Class and Description |
---|---|
class |
JqlEventMatcher<T extends IssueRelatedEvent>
Matches event's underlying issue with given JQL.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
IssueRelatedEventVariablesProvider.uriVariables(IssueRelatedEvent issueRelatedEvent) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.