The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IBuildFilter Interface
Defines the criteria to use to choose a build to associate with a test plan.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | BuildDefinition | Gets the name of the build definition for this filter. |
![]() | BuildQuality | Gets the quality to filter by. |
| 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. |
Show:

