BuildDeployment Class
Represents a deployment in the TFS Build server.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Client.BuildDeployment
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public NotInheritable Class BuildDeployment
public sealed class BuildDeployment
public ref class BuildDeployment sealed
[<Sealed>]
type BuildDeployment = class end
public final class BuildDeployment
The BuildDeployment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildDeployment |
Top
Properties
Name | Description | |
---|---|---|
Deployment | Gets the deployment build URI. This field is read-only. | |
DeploymentDefinitionName | Gets the build definition used to execute the deployment. | |
Properties | Dictionary of string properties with string keys | |
Source | Gets the source build URI. This field is read-only. | |
WebsiteUrl | Url to the build Web site for the deployment. |
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 | (Overrides Object.ToString().) |
Top
Remarks
This class contains the build summary for the actual deployment and the build summary for source build being deployed.
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.