This documentation is archived and is not being maintained.

BuildControllerUpdate2010 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.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

[ClientEnumAttribute(ClientVisibility.Internal)]
[FlagsAttribute]
public enum BuildControllerUpdate2010

Member nameDescription
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: