This documentation is archived and is not being maintained.

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)

[FlagsAttribute]
public enum class BuildControllerUpdate

Member nameDescription
AttachedProperties

CustomAssemblyPathCustom assembly path was updated.

DescriptionThe description should be updated.

EnabledThe enabled state should be updated.

MaxConcurrentBuildsThe maximum concurrent builds should be updated.

NameThe name should be updated.

NoneNo fields should be updated.

StatusThe status should be updated.

StatusMessageThe status message should be updated.

Show: