BuildCompletionEvent2 Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Server.BuildCompletionEvent2

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class BuildCompletionEvent2
[SerializableAttribute]
public sealed class BuildCompletionEvent2
[SerializableAttribute]
public ref class BuildCompletionEvent2 sealed
[<Sealed>]
[<SerializableAttribute>]
type BuildCompletionEvent2 =  class end
public final class BuildCompletionEvent2

The BuildCompletionEvent2 type exposes the following members.

Constructors

  Name Description
Public method BuildCompletionEvent2

Top

Properties

  Name Description
Public property AgentPath Gets or sets the full path of the agent that generated the build.
Public property BuildNumber Gets or sets the build number.
Public property BuildUri
Public property CompilationStatus Gets or sets the compilation status of the build.
Public property ConfigurationFolderUri Gets or sets the versioned item URI of the folder that was used to sync the configuration files for the build.
Public property DefinitionPath Gets or sets the full path of the definition that the build belongs to.
Public property DropLocation Gets or sets the share on which the build output may be found.
Public property FinishTime Gets or sets the finish time of the build.
Public property KeepForever Gets or sets a value indicating whether this build should be kept forever or follow the retention policy.
Public property LastChangedBy Gets or sets the domain user name of the user that performed the last recorded modification of the build.
Public property LastChangedOn Gets or sets the last recorded modification time of the build.
Public property LogLocation Gets or sets the location of the log file for the build.
Public property Quality Gets or sets the quality of the build.
Public property RequestedBy Gets or sets the domain user name of the user that made the request for the build.
Public property RequestedFor Gets or sets the domain user name of the user for which the build was requested.
Public property SourceGetVersion Gets or sets the version specification used to sync the sources for the build.
Public property StartTime Gets or sets the start time of the build.
Public property Status Gets or sets the status of the build.
Public property StatusCode Gets or sets the BuildStatus status value as a non-localized string.
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 TestStatus Gets or sets the test status of the build.
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 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