Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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 | 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.