BuildDeploymentSpec Class
Provides properties for querying build deployments in a team project collection.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public NotInheritable Class BuildDeploymentSpec
public sealed class BuildDeploymentSpec
public ref class BuildDeploymentSpec sealed
[<Sealed>]
type BuildDeploymentSpec = class end
public final class BuildDeploymentSpec
The BuildDeploymentSpec type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildDeploymentSpec |
Top
Properties
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. |
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
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.