BuildCompletionEvent Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Server.BuildCompletionEvent
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class BuildCompletionEvent
[SerializableAttribute]
public sealed class BuildCompletionEvent
[SerializableAttribute]
public ref class BuildCompletionEvent sealed
[<Sealed>]
[<SerializableAttribute>]
type BuildCompletionEvent = class end
public final class BuildCompletionEvent
The BuildCompletionEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildCompletionEvent |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.