ReleaseChanges
Retrieves a list of releases.
Columns
Name | Type | References | Description |
Id [KEY] | String | Id of the release change. | |
ReleaseId | String |
Releases.Id | Id of the release. |
AuthorAvatarLink | String | Author reference link. | |
AuthorDisplayName | String | The display name of the author of the release change. | |
AuthorId | String | The Id of the author of the release change. | |
ChangeType | String | The type of release change. | |
Location | String | Location in the repository of the commit. | |
Message | String | Commit message of release change. | |
PushedByDisplayName | String | The display name of the user who pushed the release change commit. | |
PushedById | String | The Id of the user who pushed the release change commit. | |
Timestamp | Datetime | The timestamp of the release change. | |
ProjectId | String | Id of the project. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。 特に指定がない限り、擬似カラムでフィルタリングを行う場合は = 演算子のみ使用できます。
Name | Type | Description | |
BaseReleaseId | String | Base release to which the current release will be compared. |