Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| AttachedProperties | ||
| CustomAssemblyPath | Custom assembly path was updated. | |
| Description | Description was updated. | |
| Enabled | Enabled status was updated. | |
| MaxConcurrentBuilds | Maximum number of concurrent builds was updated. | |
| Name | Name was updated. | |
| None | No update. | |
| Status | Status was updated. | |
| StatusMessage | Status message was updated. |