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
Public method BuildCompletionEvent

Top

Properties

  Name Description
Public property BuildCompleteTime Gets or sets the finish time of the build.
Public property BuildMachine Gets or sets the name of the build server on which the build was generated.
Public property BuildStartTime Gets or sets the start time of the build.
Public property BuildUri Gets or sets the URI of the build that generated the event.
Public property CompletionStatus Gets or sets the localized text representation of the build status.
Public property Configuration Gets or sets the build configuration (build definition name) that the build belongs to.
Public property Id Gets or sets the identifier (build number).
Public property RequestedBy Gets or sets the domain account that requested the build.
Public property Subscriber Gets or sets the domain user name of the event subscriber.
Public property TeamFoundationServerUrl Gets or sets the public access URL for the originating Team Foundation Server.
Public property TeamProject Gets or sets the team project that the build belongs to.
Public property TimeZone Gets or sets the time zone in which the event was generated.
Public property TimeZoneOffset Gets or sets the time zone offset from UTC in which the event was generated.
Public property Title Gets or sets the title for the e-mail.
Public property Type Gets or sets the build type (build definition) that the build belongs to.
Public property Url Gets or sets an externally addressable URL for the build.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Build.Server Namespace