SourceTriggerDescriptor interface
実行の原因となったソース トリガー。
プロパティ
| branch |
リポジトリ内のブランチ名。 |
| commit |
コミットを識別する一意の ID。 |
| event |
トリガーのイベントの種類。 |
| id | トリガーの一意の ID。 |
| provider |
ソース管理プロバイダーの種類。 |
| pull |
プル要求を識別する一意の ID。 |
| repository |
リポジトリの URL。 |
プロパティの詳細
branchName
リポジトリ内のブランチ名。
branchName?: string
プロパティ値
string
commitId
コミットを識別する一意の ID。
commitId?: string
プロパティ値
string
eventType
トリガーのイベントの種類。
eventType?: string
プロパティ値
string
id
トリガーの一意の ID。
id?: string
プロパティ値
string
providerType
ソース管理プロバイダーの種類。
providerType?: string
プロパティ値
string
pullRequestId
プル要求を識別する一意の ID。
pullRequestId?: string
プロパティ値
string
repositoryUrl
リポジトリの URL。
repositoryUrl?: string
プロパティ値
string