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
Public method BuildDeploymentSpec

Top

Properties

  Name Description
Public property DefinitionPath The full build definition path
Public property DeploymentStatus Gets or sets the build status filter.
Public property EnvironmentName The name of target deployment enviornment.
Public property MaxDeployments Maximum deployments to return.
Public property MaxFinishTime Gets or sets the maximum finish time filter.
Public property MinFinishTime Gets or sets the minimum finish time filter.
Public property QueryOrder Gets or sets the desired order of the deployments returned.
Public property RequestedFor Gets or sets the requested for filter.
Public property TeamProject Gets or sets the team project filter.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace