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 | |
---|---|---|
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. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top