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

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

The INewBuildStatistics type exposes the following members.

Properties

  Name Description
Public property BuildCount Gets the number of new builds available.
Public property CompletedRequirementCount Gets the number of requirement work items that have been marked as completed.
Public property ResolvedBugCount Gets the number of bugs that have been resolved.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace