GitPatternRepository interface
構成サーバーの Git リポジトリ プロパティ ペイロード
プロパティ
| host |
Git リポジトリのパブリック sshKey。 |
| host |
Git リポジトリの SshKey アルゴリズム。 |
| label | リポジトリのラベル |
| name | リポジトリの名前 |
| password | Git リポジトリの基本認証のパスワード。 |
| pattern | リポジトリのパターンのコレクション |
| private |
Git リポジトリのプライベート sshKey アルゴリズム。 |
| search |
リポジトリの検索パス |
| strict |
厳密なホスト キーのチェックかどうか。 |
| uri | リポジトリの URI |
| username | Git リポジトリの基本認証のユーザー名。 |
プロパティの詳細
hostKey
Git リポジトリのパブリック sshKey。
hostKey?: string
プロパティ値
string
hostKeyAlgorithm
Git リポジトリの SshKey アルゴリズム。
hostKeyAlgorithm?: string
プロパティ値
string
label
リポジトリのラベル
label?: string
プロパティ値
string
name
リポジトリの名前
name: string
プロパティ値
string
password
Git リポジトリの基本認証のパスワード。
password?: string
プロパティ値
string
pattern
リポジトリのパターンのコレクション
pattern?: string[]
プロパティ値
string[]
privateKey
Git リポジトリのプライベート sshKey アルゴリズム。
privateKey?: string
プロパティ値
string
searchPaths
リポジトリの検索パス
searchPaths?: string[]
プロパティ値
string[]
strictHostKeyChecking
厳密なホスト キーのチェックかどうか。
strictHostKeyChecking?: boolean
プロパティ値
boolean
uri
リポジトリの URI
uri: string
プロパティ値
string
username
Git リポジトリの基本認証のユーザー名。
username?: string
プロパティ値
string