INewBuildStatistics インターフェイス
前回のビルドがテスト計画に関連付けられた時点以降に行われたビルドの変更に関する統計情報を提供します。
名前空間: Microsoft.TeamFoundation.TestManagement.Client
アセンブリ: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)
構文
'宣言
Public Interface INewBuildStatistics
public interface INewBuildStatistics
public interface class INewBuildStatistics
type INewBuildStatistics = interface end
public interface INewBuildStatistics
INewBuildStatistics 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
BuildCount | 使用可能な新しいビルド数を取得します。 | |
CompletedRequirementCount | 完了とマークされている要件の作業項目数を取得します。 | |
ResolvedBugCount | 解決済みのバグ数を取得します。 |
このページのトップへ