INewBuildStatistics Interface

 

Provides statistics about the changes in the build since the last build was associated with the test plan.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Properties

Name Description
System_CAPS_pubproperty BuildCount

Gets the number of new builds available.

System_CAPS_pubproperty CompletedRequirementCount

Gets the number of requirement work items that have been marked as completed.

System_CAPS_pubproperty ResolvedBugCount

Gets the number of bugs that have been resolved.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top