java.lang.Object | |||
↳ | com.atlassian.jira.upgrade.AbstractUpgradeTask | ||
↳ | com.atlassian.jira.upgrade.tasks.AbstractNotificationSchemeUpgradeTask | ||
↳ | com.atlassian.jira.upgrade.tasks.UpgradeTask_Build801 |
This upgrade task creates the notification event for the
ISSUE_COMMENT_DELETED_ID
event.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DESC_STRING | ||||||||||
String | ID_STRING | ||||||||||
String | NAME_STRING | ||||||||||
String | TYPE_STRING |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance with given
OfBizDelegator and EventTypeManager . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Runs the core task which is to create the new Issue Comment Edited and Issue Comment Deleted event type and
update the eventTypeManager with this change
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class com.atlassian.jira.upgrade.tasks.AbstractNotificationSchemeUpgradeTask | |||||||||||||||||||||||||||||||||||||||||||
From class
com.atlassian.jira.upgrade.AbstractUpgradeTask
| |||||||||||||||||||||||||||||||||||||||||||
From class java.lang.Object | |||||||||||||||||||||||||||||||||||||||||||
From interface
com.atlassian.jira.upgrade.UpgradeTask
|
Constructs a new instance with given OfBizDelegator
and EventTypeManager
.
ofBizDelegator | OFBiz delegator |
---|---|
eventTypeManager | event type manager |
Runs the core task which is to create the new Issue Comment Edited and Issue Comment Deleted event type and update the eventTypeManager with this change
setupMode | Indicating this upgrade task is running during set up. |
---|
DataAccessException | if something goes wrong with database access |
---|---|
GenericEntityException |