Presented By: Definitive list of events that are supported in TFS

Question came in today: What’s the definitive list of events that are supported in 2008?  Are their any events that should be avoided? Bill Essary Architect on the TFS team was the first to jump on this:   The event that we now use to communicate highwater marks in the security subsystem is a DataChangedEvent.  That new event type carries a sequence ID that can be used to watch for and understand changes in the Group Security Service (GSS), the Authorization Service and the Common Structure Service (CSS).  We are still shipping transforms and event definitions for the older fine-grained events.  I sifted through the two sources of event definitions in the system (transforms subdirectory, registration data) and have included a summary of the current set of events that we support in TFS 2008. Work Item Tracking Ã?· WorkItemChangedEvent Version Control Ã?· CheckInEvent Team Build Ã?· BuildCompletionEvent2 Ã?· BuildStatusChangeEvent Ã?· BuildCompletionEvent CSS Ã?· ProjectCreatedEvent Ã?· ProjectDeletedEvent GSS/Authorization/CSS Ã?· DataChangedEvent o Type: STRUCTURE âÂ?Â? sequence id for Services/v1.0/CommonStructureService.asmx?op=GetChangedNodes o Type: SECURITY âÂ?Â? sequence id for Services/v1.0/AuthorizationService.asmx?op=GetChangedAccessControlEntries o Type: IDENTITY âÂ?Â? sequence id for Services/v2.0/GroupSecurityService2.asmx?op=GetIdentityChanges or Services/v1.0/GroupSecurityService.asmx?op=GetChangedIdentities ObsoletedâÂ?¦ Ã?· BranchMovedEvent âÂ?Â? Fired, but also signaled with new DataChangedEvent of type STRUCTURE Ã?· NodeCreatedEvent – Fired, but also signaled with new DataChangedEvent of type STRUCTURE Ã?· NodeRenamedEvent – Fired, but also signaled with new DataChangedEvent of type STRUCTURE Ã?· NodesDeletedEvent – Fired, but also signaled with new DataChangedEvent of type STRUCTURE Ã?· MembershipChangedEvent – Obsolete; DataChangedEvent of type IDENTITY Ã?· IdentityDeletedEvent – Obsolete; DataChangedEvent of type IDENTITY Ã?· IdentityCreatedEvent âÂ?Â? Obsolete; DataChangedEvent of type IDENTITY Ã?· IdentityChangedEvent âÂ?Â? Obsolete; DataChangedEvent of type IDENTITY Ã?· CommonStructureChangedEvent – Obsoleted… DataChangedEvent of type STRUCTURE Ã?· AclChangedEvent – Obsolete; DataChangedEvent of type SECURITY
>> Subscribe to Feed

Leave a Reply

You must be logged in to post a comment.