List of triggers
Explore the list of available triggers in Unity Version Control.
Read time 2 minutesLast updated 21 days ago
List of triggers
This is a complete list of all available events that you can bind triggers to. You can get a list of all supported trigger types on the command line client with theshowtypescm trigger showtypes
Server-side triggers list
Trigger | Description |
|---|---|
| Fires on item addition, only once per |
| Fires on checkin. A list of the items to be checked in is provided. |
| Fires when denying the merge of some branches if certain conditions are not met. |
| Fires on branch creation. |
| Fires on label creation. |
| Fires on attribute creation. |
| Fires when the value of an attribute applied to a certain object changes. |
| Fires on repository creation. |
| Fires on repository deletion. |
| Fires on workspace creation. |
| Fires on code review creation. |
| Fires on code review edition. |
| Fires every time a security exception happens on a denied operation. |
| Fires on replication read operations. |
| Fires on replication write operations. |
| Fires on branch deletion. |
| Fires on branch renaming. |
| Fires on changeset deletion. |
| Fires on label deletion. |
| Fires on attribute deletion. |
Client side triggers list
Trigger | Description |
|---|---|
| Fires when a workspace is created. |
| Fires on any workspace selector change, including explicitly setting the selector and also the |
| The path to be updated is provided to the script. |
| The paths of the files and directories to be checked out are provided to the trigger scripts. The user can use it to perform customized operations |
| The paths of the files and directories to be checked in are provided to both the |