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 | |
---|---|---|
BuildCompletionEvent2 |
Top
Properties
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. |
Top
Methods
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.) |
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.