IBuildFilter Interface

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
Public property BuildDefinition Gets the name of the build definition for this filter.
Public property BuildQuality Gets the quality to filter by.

Top

Methods

  Name Description
Public method GetBuildDetailSpec Returns a build spec to retrieve the builds that match this filter.
Public method 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).
Public method QueryBuildsSince Returns a build spec to retrieve the builds that were created after the build that is identified by the given URI.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestPlan