Uses of Class
com.microsoft.tfs.core.util.notifications.Notification

Packages that use Notification
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.util.notifications   
 

Uses of Notification in com.microsoft.tfs.core.clients.versioncontrol
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type Notification
 void Workstation.notifyForWorkspace(Workspace workspace, Notification notification)
          Send a cross-process notification through the current NotificationManager for an event that happened in the specified workspace.
 

Uses of Notification in com.microsoft.tfs.core.util.notifications
 

Fields in com.microsoft.tfs.core.util.notifications declared as Notification
static Notification Notification.BUILD_NOTIFICATION_BEGIN
           
static Notification Notification.BUILD_NOTIFICATION_BUILD_CREATED
           
static Notification Notification.BUILD_NOTIFICATION_BUILD_DELETED
           
static Notification Notification.BUILD_NOTIFICATION_BUILD_RENAMED
           
static Notification Notification.BUILD_NOTIFICATION_BUILD_STARTED
           
static Notification Notification.BUILD_NOTIFICATION_BUILD_STOPPED
           
static Notification Notification.BUILD_NOTIFICATION_END
           
static Notification Notification.DOCUMENTS_NOTIFICATION_BEGIN
           
static Notification Notification.DOCUMENTS_NOTIFICATION_END
           
static Notification Notification.REPORTING_NOTIFICATION_BEGIN
           
static Notification Notification.REPORTING_NOTIFICATION_END
           
static Notification Notification.TEAM_EXPLORER_FAVORITE_CREATED
           
static Notification Notification.TEAM_EXPLORER_FAVORITE_DELETED
           
static Notification Notification.TEAM_EXPLORER_FAVORITE_RENAMED
           
static Notification Notification.TEAM_EXPLORER_NOTIFICATION_BEGIN
           
static Notification Notification.TEAM_EXPLORER_NOTIFICATION_END
           
static Notification Notification.TEAM_FOUNDATION_NOTIFICATION_BEGIN
           
static Notification Notification.TEAM_FOUNDATION_NOTIFICATION_END
           
static Notification Notification.VERSION_CONTROL_CHANGESET_RECONCILED
           
static Notification Notification.VERSION_CONTROL_FOLDER_CONTENT_CHANGED
           
static Notification Notification.VERSION_CONTROL_GET_COMPLETED
           
static Notification Notification.VERSION_CONTROL_LOCAL_WORKSPACE_SCAN
           
static Notification Notification.VERSION_CONTROL_MANUAL_MERGE_CLOSED
           
static Notification Notification.VERSION_CONTROL_NOTIFICATION_BEGIN
           
static Notification Notification.VERSION_CONTROL_NOTIFICATION_END
           
static Notification Notification.VERSION_CONTROL_PENDING_CHANGES_CHANGED
           
static Notification Notification.VERSION_CONTROL_WORKSPACE_CHANGED
           
static Notification Notification.VERSION_CONTROL_WORKSPACE_CREATED
           
static Notification Notification.VERSION_CONTROL_WORKSPACE_DELETED
           
static Notification Notification.WORK_ITEM_TRACKING_NOTIFICATION_BEGIN
           
static Notification Notification.WORK_ITEM_TRACKING_NOTIFICATION_END
           
static Notification Notification.WORK_ITEM_TRACKING_TEAM_QUERY_CREATED
           
static Notification Notification.WORK_ITEM_TRACKING_TEAM_QUERY_DELETED
           
static Notification Notification.WORK_ITEM_TRACKING_TEAM_QUERY_RENAMED
           
static Notification Notification.WORK_ITEM_TRACKING_USER_QUERY_CREATED
           
static Notification Notification.WORK_ITEM_TRACKING_USER_QUERY_DELETED
           
static Notification Notification.WORK_ITEM_TRACKING_USER_QUERY_RENAMED
           
 

Methods in com.microsoft.tfs.core.util.notifications that return Notification
static Notification Notification.fromValue(int value)
           
 

Methods in com.microsoft.tfs.core.util.notifications with parameters of type Notification
 void NotificationListener.notificationReceived(Notification notification, long param1, long param2)
          Called when a message is received by a NotificationManager,
 void NotificationManager.sendNotification(Notification notification, int param1, int param2)
          Sends a Notification.
 void MessageWindowNotificationManager.sendNotification(Notification notification, int param1, int param2)
          Sends a Notification.
 



© 2015 Microsoft. All rights reserved.