com.microsoft.tfs.core.util.notifications
Class Notification
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.util.notifications.Notification
- All Implemented Interfaces:
- java.lang.Comparable
public class Notification
- extends com.microsoft.tfs.util.TypesafeEnum
Defintes types of intra- and inter-process notifications for communication
with other Visual Studio products on Windows.
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TEAM_FOUNDATION_NOTIFICATION_BEGIN
public static final Notification TEAM_FOUNDATION_NOTIFICATION_BEGIN
TEAM_EXPLORER_NOTIFICATION_BEGIN
public static final Notification TEAM_EXPLORER_NOTIFICATION_BEGIN
TEAM_EXPLORER_FAVORITE_CREATED
public static final Notification TEAM_EXPLORER_FAVORITE_CREATED
TEAM_EXPLORER_FAVORITE_DELETED
public static final Notification TEAM_EXPLORER_FAVORITE_DELETED
TEAM_EXPLORER_FAVORITE_RENAMED
public static final Notification TEAM_EXPLORER_FAVORITE_RENAMED
TEAM_EXPLORER_NOTIFICATION_END
public static final Notification TEAM_EXPLORER_NOTIFICATION_END
VERSION_CONTROL_NOTIFICATION_BEGIN
public static final Notification VERSION_CONTROL_NOTIFICATION_BEGIN
VERSION_CONTROL_WORKSPACE_CREATED
public static final Notification VERSION_CONTROL_WORKSPACE_CREATED
VERSION_CONTROL_WORKSPACE_DELETED
public static final Notification VERSION_CONTROL_WORKSPACE_DELETED
VERSION_CONTROL_WORKSPACE_CHANGED
public static final Notification VERSION_CONTROL_WORKSPACE_CHANGED
VERSION_CONTROL_PENDING_CHANGES_CHANGED
public static final Notification VERSION_CONTROL_PENDING_CHANGES_CHANGED
VERSION_CONTROL_GET_COMPLETED
public static final Notification VERSION_CONTROL_GET_COMPLETED
VERSION_CONTROL_CHANGESET_RECONCILED
public static final Notification VERSION_CONTROL_CHANGESET_RECONCILED
VERSION_CONTROL_FOLDER_CONTENT_CHANGED
public static final Notification VERSION_CONTROL_FOLDER_CONTENT_CHANGED
VERSION_CONTROL_MANUAL_MERGE_CLOSED
public static final Notification VERSION_CONTROL_MANUAL_MERGE_CLOSED
VERSION_CONTROL_LOCAL_WORKSPACE_SCAN
public static final Notification VERSION_CONTROL_LOCAL_WORKSPACE_SCAN
VERSION_CONTROL_NOTIFICATION_END
public static final Notification VERSION_CONTROL_NOTIFICATION_END
WORK_ITEM_TRACKING_NOTIFICATION_BEGIN
public static final Notification WORK_ITEM_TRACKING_NOTIFICATION_BEGIN
WORK_ITEM_TRACKING_USER_QUERY_CREATED
public static final Notification WORK_ITEM_TRACKING_USER_QUERY_CREATED
WORK_ITEM_TRACKING_TEAM_QUERY_CREATED
public static final Notification WORK_ITEM_TRACKING_TEAM_QUERY_CREATED
WORK_ITEM_TRACKING_USER_QUERY_DELETED
public static final Notification WORK_ITEM_TRACKING_USER_QUERY_DELETED
WORK_ITEM_TRACKING_TEAM_QUERY_DELETED
public static final Notification WORK_ITEM_TRACKING_TEAM_QUERY_DELETED
WORK_ITEM_TRACKING_USER_QUERY_RENAMED
public static final Notification WORK_ITEM_TRACKING_USER_QUERY_RENAMED
WORK_ITEM_TRACKING_TEAM_QUERY_RENAMED
public static final Notification WORK_ITEM_TRACKING_TEAM_QUERY_RENAMED
WORK_ITEM_TRACKING_NOTIFICATION_END
public static final Notification WORK_ITEM_TRACKING_NOTIFICATION_END
REPORTING_NOTIFICATION_BEGIN
public static final Notification REPORTING_NOTIFICATION_BEGIN
REPORTING_NOTIFICATION_END
public static final Notification REPORTING_NOTIFICATION_END
DOCUMENTS_NOTIFICATION_BEGIN
public static final Notification DOCUMENTS_NOTIFICATION_BEGIN
DOCUMENTS_NOTIFICATION_END
public static final Notification DOCUMENTS_NOTIFICATION_END
BUILD_NOTIFICATION_BEGIN
public static final Notification BUILD_NOTIFICATION_BEGIN
BUILD_NOTIFICATION_BUILD_CREATED
public static final Notification BUILD_NOTIFICATION_BUILD_CREATED
BUILD_NOTIFICATION_BUILD_DELETED
public static final Notification BUILD_NOTIFICATION_BUILD_DELETED
BUILD_NOTIFICATION_BUILD_RENAMED
public static final Notification BUILD_NOTIFICATION_BUILD_RENAMED
BUILD_NOTIFICATION_BUILD_STARTED
public static final Notification BUILD_NOTIFICATION_BUILD_STARTED
BUILD_NOTIFICATION_BUILD_STOPPED
public static final Notification BUILD_NOTIFICATION_BUILD_STOPPED
BUILD_NOTIFICATION_END
public static final Notification BUILD_NOTIFICATION_END
TEAM_FOUNDATION_NOTIFICATION_END
public static final Notification TEAM_FOUNDATION_NOTIFICATION_END
fromValue
public static Notification fromValue(int value)
© 2015 Microsoft. All rights reserved.