This documentation is archived and is not being maintained.

BuildControllerUpdate Enumeration

Specifies the fields that 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.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

[FlagsAttribute]
public enum class BuildControllerUpdate

Member nameDescription
AttachedProperties

CustomAssemblyPathThe custom assembly path should be 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: