This documentation is archived and is not being maintained.
BuildCompletionEvent Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The BuildCompletionEvent type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildCompleteTime | Gets or sets the finish time of the build. |
![]() | BuildMachine | Gets or sets the name of the build server on which the build was generated. |
![]() | BuildStartTime | Gets or sets the start time of the build. |
![]() | BuildUri | Gets or sets the URI of the build that generated the event. |
![]() | CompletionStatus | Gets or sets the localized text representation of the build status. |
![]() | Configuration | Gets or sets the build configuration (build definition name) that the build belongs to. |
![]() | Id | Gets or sets the identifier (build number). |
![]() | RequestedBy | Gets or sets the domain account that requested the build. |
![]() | Subscriber | Gets or sets the domain user name of the event subscriber. |
![]() | TeamFoundationServerUrl | Gets or sets the public access URL for the originating Team Foundation Server. |
![]() | TeamProject | Gets or sets the team project that the build belongs to. |
![]() | TimeZone | Gets or sets the time zone in which the event was generated. |
![]() | TimeZoneOffset | Gets or sets the time zone offset from UTC in which the event was generated. |
![]() | Title | Gets or sets the title for the e-mail. |
![]() | Type | Gets or sets the build type (build definition) that the build belongs to. |
![]() | Url | Gets or sets an externally addressable URL for the build. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
