ContinuousIntegrationType 列挙体
継続的インテグレーションの型について説明します。
この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。
名前空間: Microsoft.TeamFoundation.Build.Client
アセンブリ: Microsoft.TeamFoundation.Build.Client (Microsoft.TeamFoundation.Build.Client.dll 内)
構文
'宣言
<FlagsAttribute> _
Public Enumeration ContinuousIntegrationType
[FlagsAttribute]
public enum ContinuousIntegrationType
メンバー
メンバー名 | 説明 | |
---|---|---|
All | すべての継続的インテグレーションの型。 | |
Batch | バッチの継続的インテグレーション。 | |
Gated | ゲート継続的インテグレーション。 | |
Individual | 個々の継続的インテグレーション。 | |
None | 設定されていない一連のintegeration。 | |
Schedule | 変更が発生したときにのみスケジュールされた継続的インテグレーション。 | |
ScheduleForced | 変更がないスケジュールされた継続的インテグレーション。 |