Overview
The Changelist type holds information about an SCM change that affected some build.
Properties
| Property |
Type |
Description |
| revision |
string |
The revision of the changelist, e.g. a repository revision for Subversion. |
| author |
string |
The user the submitted the changelist. |
| date |
date |
The date at which the change was submitted (according to the SCM server clock). |
| comment |
string |
The comment provided by the author for the change. |
| files |
array<RemoteApi.FileChange> |
The files affected by the changelist. |