BuildControllerUpdate Enumeration

Specifies the fields which should be updated for a build controller.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration BuildControllerUpdate
[FlagsAttribute]
public enum BuildControllerUpdate
[FlagsAttribute]
public enum class BuildControllerUpdate
[<FlagsAttribute>]
type BuildControllerUpdate
public enum BuildControllerUpdate

Members

Member name Description
AttachedProperties

CustomAssemblyPath Custom assembly path was updated.

Description The description should be updated.

Enabled The enabled state should be updated.

MaxConcurrentBuilds The maximum concurrent builds should be updated.

Name The name should be updated.

None No fields should be updated.

Status The status should be updated.

StatusMessage The status message should be updated.

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace