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 | |
---|---|---|
BuildCount | Gets the number of new builds available. | |
CompletedRequirementCount | Gets the number of requirement work items that have been marked as completed. | |
ResolvedBugCount | Gets the number of bugs that have been resolved. |
Top