BuildUpdate Enumeration

Specifies the fields that should be updated for a 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 BuildUpdate
[FlagsAttribute]
public enum BuildUpdate
[FlagsAttribute]
public enum class BuildUpdate
[<FlagsAttribute>]
type BuildUpdate
public enum BuildUpdate

Members

Member name Description
BuildNumber The build number should be updated.

CompilationStatus The compilation status should be updated.

DropLocation The drop location should be updated.

FinishTime The finish time should be updated. This field should not be used.

KeepForever The keep forever flag should be updated.

LabelName The label name should be updated.

LogLocation The log location should be updated.

None No fields should be updated.

Quality The quality should be updated.

SourceGetVersion The source get version should be updated.

Status The status should be updated.

TestStatus The test status should be updated.

See Also

Reference

Microsoft.TeamFoundation.Build.Server Namespace