Describes an update being made to the 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
声明
<FlagsAttribute> _
Public Enumeration BuildControllerUpdate
[FlagsAttribute]
public enum BuildControllerUpdate
[FlagsAttribute]
public enum class BuildControllerUpdate
[<FlagsAttribute>]
type BuildControllerUpdate
public enum BuildControllerUpdate
Members
| Member name | Description | |
|---|---|---|
| None | No update. | |
| Name | Name was updated. | |
| Description | Description was updated. | |
| CustomAssemblyPath | Custom assembly path was updated. | |
| MaxConcurrentBuilds | Maximum number of concurrent builds was updated. | |
| Status | Status was updated. | |
| StatusMessage | Status message was updated. | |
| Enabled | Enabled status was updated. |