This documentation is archived and is not being maintained.
BuildReason2010 Enumeration
Visual Studio 2013
Specifies the reason a build was started.
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)
| Member name | Description | |
|---|---|---|
| All | The build was started for all reasons. | |
| BatchedCI | The build was started for the trigger ContinuousIntegrationType.Batch. | |
| CheckInShelveset | The build was started for the trigger ContinuousIntegrationType.Gated. | |
| IndividualCI | The build was started for the trigger ContinuousIntegrationType.Individual. | |
| Manual | The build was started manually. | |
| None | No reason. This value should not be used. | |
| Schedule | The build was started for the trigger ContinuousIntegrationType.Schedule. | |
| ScheduleForced | The build was started for the trigger ContinuousIntegrationType.ScheduleForced. | |
| Triggered | The build was triggered for retention policy purposes. | |
| UserCreated | The build was created by a user. | |
| ValidateShelveset | The build was started manually for private validation. |
Show: