public interface UpdateSession
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getAdditionalNotificationContent()
Returns additional information which should be displayed in the post-update notification, or
null . |
java.util.List<VcsException> |
getExceptions()
Returns the list of exception objects representing the errors occurred during the update/integrate/status
operation, or an empty list if no errors have occurred.
|
boolean |
isCanceled()
Checks if the update/integrate/status information was cancelled by the user.
|
void |
onRefreshFilesCompleted()
Called when the VFS refresh of the files affected by an update/integrate operation is complete.
|
default void |
showNotification()
Show notification with results of this UpdateSession, instead of the common standard notification and the standard file tree.
|
java.util.List<VcsException> getExceptions()
void onRefreshFilesCompleted()
boolean isCanceled()
default java.lang.String getAdditionalNotificationContent()
null
.default void showNotification()