This documentation is archived and is not being maintained.
BuildDeploymentSpec Class
Visual Studio 2013
Provides properties for querying build deployments in a team project collection.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The BuildDeploymentSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DefinitionPath | The full build definition path |
![]() | DeploymentStatus | Gets or sets the build status filter. |
![]() | EnvironmentName | The name of target deployment enviornment. |
![]() | MaxDeployments | Maximum deployments to return. |
![]() | MaxFinishTime | Gets or sets the maximum finish time filter. |
![]() | MinFinishTime | Gets or sets the minimum finish time filter. |
![]() | QueryOrder | Gets or sets the desired order of the deployments returned. |
![]() | RequestedFor | Gets or sets the requested for filter. |
![]() | TeamProject | Gets or sets the team project filter. |
| 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().) |
Show:
