QueuedBuildUpdate Enumeration
Specifies the fields that should be updated for a queued build.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration QueuedBuildUpdate
[FlagsAttribute]
public enum QueuedBuildUpdate
[FlagsAttribute]
public enum class QueuedBuildUpdate
[<FlagsAttribute>]
type QueuedBuildUpdate
public enum QueuedBuildUpdate
Members
Member name | Description | |
---|---|---|
BatchId | The batch ID for grouping. | |
None | No fields should be updated. | |
Postponed | The postponed flag should be updated. | |
Priority | The priority should be updated. | |
Requeue | The requeue option should be used. | |
Retry | The retry status should be used. |