public class ExternalSystemNotificationExtensionImpl extends java.lang.Object implements ExternalSystemNotificationExtension
EP_NAME| Constructor and Description |
|---|
ExternalSystemNotificationExtensionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(NotificationData notification,
Project project,
java.lang.Throwable error)
Allows to customize external system processing notification.
|
ProjectSystemId |
getTargetExternalSystemId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisInternalErrorpublic ExternalSystemNotificationExtensionImpl()
public ProjectSystemId getTargetExternalSystemId()
getTargetExternalSystemId in interface ExternalSystemNotificationExtensionpublic void customize(NotificationData notification, Project project, java.lang.Throwable error)
ExternalSystemNotificationExtensioncustomize in interface ExternalSystemNotificationExtensionnotification - notification dataproject - target ide projecterror - error occurred during external system processing