Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<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. |