Provides properties for querying build deployments in a team project collection.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Build.Server.BuildDeploymentSpec
Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClassVisibilityAttribute(ClientVisibility.Public)> _
Public NotInheritable Class BuildDeploymentSpec
[ClassVisibilityAttribute(ClientVisibility.Public)]
public sealed class BuildDeploymentSpec
[ClassVisibilityAttribute(ClientVisibility::Public)]
public ref class BuildDeploymentSpec sealed
[<Sealed>]
[<ClassVisibilityAttribute(ClientVisibility.Public)>]
type BuildDeploymentSpec =  class end
public final class BuildDeploymentSpec
The BuildDeploymentSpec type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BuildDeploymentSpec | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | DefinitionPath | The full build definition path | 
| .gif) | DeploymentStatus | Gets or sets the build status filter. | 
| .gif) | EnvironmentName | The name of target deployment enviornment. | 
| .gif) | MaxDeployments | Maximum deployments to return. | 
| .gif) | MaxFinishTime | Gets or sets the maximum finish time filter. | 
| .gif) | MinFinishTime | Gets or sets the minimum finish time filter. | 
| .gif) | QueryOrder | Gets or sets the desired order of the deployments returned. | 
| .gif) | RequestedFor | Gets or sets the requested for filter. | 
| .gif) | TeamProject | Gets or sets the team project filter. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | 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.