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

public interface IBuildFilter
public interface class IBuildFilter
type IBuildFilter = interface end
Public Interface IBuildFilter

Properties

Name Description
System_CAPS_pubproperty BuildDefinition

Gets the name of the build definition for this filter.

System_CAPS_pubproperty BuildQuality

Gets the quality to filter by.

Methods

Name Description
System_CAPS_pubmethod GetBuildDetailSpec()

Returns a build spec to retrieve the builds that match this filter.

System_CAPS_pubmethod 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).

System_CAPS_pubmethod 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