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.
Defines the criteria to use to choose a build to associate with a test plan.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface IBuildFilter
public interface class IBuildFilter
type IBuildFilter = interface end
Public Interface IBuildFilter
Properties
Name | Description | |
---|---|---|
![]() |
BuildDefinition | Gets the name of the build definition for this filter. |
![]() |
BuildQuality | Gets the quality to filter by. |
Methods
Name | Description | |
---|---|---|
![]() |
GetBuildDetailSpec() | Returns a build spec to retrieve the builds that match this filter. |
![]() |
QueryBuildsBefore(Uri) | Returns a build spec to retrieve the builds that were created before the build that is identified by the given uniform resource identifier (URI). |
![]() |
QueryBuildsSince(Uri) | Returns a build spec to retrieve the builds that were created after the build that is identified by the given URI. |
See Also
ITestPlan
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top