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, wait
isInternalError
public ExternalSystemNotificationExtensionImpl()
public ProjectSystemId getTargetExternalSystemId()
getTargetExternalSystemId
in interface ExternalSystemNotificationExtension
public void customize(NotificationData notification, Project project, java.lang.Throwable error)
ExternalSystemNotificationExtension
customize
in interface ExternalSystemNotificationExtension
notification
- notification dataproject
- target ide projecterror
- error occurred during external system processing