This documentation is archived and is not being maintained.
BuildCompletionEvent2 Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The BuildCompletionEvent2 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AgentPath | Gets or sets the full path of the agent that generated the build. |
![]() | BuildNumber | Gets or sets the build number. |
![]() | BuildUri | |
![]() | CompilationStatus | Gets or sets the compilation status of the build. |
![]() | ConfigurationFolderUri | Gets or sets the versioned item URI of the folder that was used to sync the configuration files for the build. |
![]() | DefinitionPath | Gets or sets the full path of the definition that the build belongs to. |
![]() | DropLocation | Gets or sets the share on which the build output may be found. |
![]() | FinishTime | Gets or sets the finish time of the build. |
![]() | KeepForever | Gets or sets a value indicating whether this build should be kept forever or follow the retention policy. |
![]() | LastChangedBy | Gets or sets the domain user name of the user that performed the last recorded modification of the build. |
![]() | LastChangedOn | Gets or sets the last recorded modification time of the build. |
![]() | LogLocation | Gets or sets the location of the log file for the build. |
![]() | Quality | Gets or sets the quality of the build. |
![]() | RequestedBy | Gets or sets the domain user name of the user that made the request for the build. |
![]() | RequestedFor | Gets or sets the domain user name of the user for which the build was requested. |
![]() | SourceGetVersion | Gets or sets the version specification used to sync the sources for the build. |
![]() | StartTime | Gets or sets the start time of the build. |
![]() | Status | Gets or sets the status of the build. |
![]() | StatusCode | Gets or sets the BuildStatus status value as a non-localized string. |
![]() | 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. |
![]() | TestStatus | Gets or sets the test status of the build. |
![]() | 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. |
![]() | 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:
