Edit

Share via


DefinitionTriggerType Enum

Definition

[System.Runtime.Serialization.DataContract]
public enum DefinitionTriggerType
type DefinitionTriggerType = 
Public Enum DefinitionTriggerType
Inheritance
DefinitionTriggerType
Attributes

Fields

All 255

All types.

BatchedContinuousIntegration 4

A build should be started for multiple changesets at a time at a specified interval.

BatchedGatedCheckIn 32

A validation build should be started for each batch of check-ins.

BuildCompletion 128

A build should be triggered when another build completes.

ContinuousIntegration 2

A build should be started for each changeset.

GatedCheckIn 16

A validation build should be started for each check-in.

None 1

Manual builds only.

PullRequest 64

A build should be triggered when a GitHub pull request is created or updated. Added in resource version 3

Schedule 8

A build should be started on a specified schedule whether or not changesets exist.

Applies to