DefinitionTriggerType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public enum DefinitionTriggerType
type DefinitionTriggerType =
Public Enum DefinitionTriggerType
- Inheritance
-
DefinitionTriggerType
- Attributes
Name | Value | Description |
---|---|---|
None | 1 | Manual builds only. |
ContinuousIntegration | 2 | A build should be started for each changeset. |
BatchedContinuousIntegration | 4 | A build should be started for multiple changesets at a time at a specified interval. |
Schedule | 8 | A build should be started on a specified schedule whether or not changesets exist. |
GatedCheckIn | 16 | A validation build should be started for each check-in. |
BatchedGatedCheckIn | 32 | A validation build should be started for each batch of check-ins. |
PullRequest | 64 | A build should be triggered when a GitHub pull request is created or updated. Added in resource version 3 |
BuildCompletion | 128 | A build should be triggered when another build completes. |
All | 255 | All types. |
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview, latest |