Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Interface IBuildFilter
public interface IBuildFilter
public interface class IBuildFilter
type IBuildFilter = interface end
public interface IBuildFilter
The IBuildFilter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
BuildDefinition | Gets the name of the build definition for this filter. |
![]() |
BuildQuality | Gets the quality to filter by. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetBuildDetailSpec | Returns a build spec to retrieve the builds that match this filter. |
![]() |
QueryBuildsBefore | 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 | Returns a build spec to retrieve the builds that were created after the build that is identified by the given URI. |
Top
.gif)
.gif)