git.Repository
Description unavailable
Type hierarchy: git.Repository > configuration.HttpConnection > xlrelease.Configuration > xlrelease.BaseConfiguration > udm.BaseConfigurationItem
Label: Git: Repository
Properties
| Property | Kind | Description |
|---|---|---|
| folderId | String | If set, this field contains the folder that this configuration belongs to. |
| title | String | Symbolic name for the configuration |
| url | String | Address where the server can be reached |
| authenticationMethod | Enum | Authentication Method |
| username | String | Login user ID on the server |
| password | Password | Login user password on the server |
| domain | String | Domain to be used for NTLM authentication |
| proxyHost | String | HTTP proxy host |
| proxyPort | String | HTTP proxy port |
| proxyUsername | String | HTTP proxy username |
| proxyPassword | Password | HTTP proxy password |
folderId
If set, this field contains the folder that this configuration belongs to.
- Label: Folder Id
- Kind: String
- Required: false
- Category: FOLDER_CONFIG
title
Symbolic name for the configuration
- Label: Title
- Kind: String
- Required: true
url
Address where the server can be reached
- Label: Url
- Kind: String
- Required: true
authenticationMethod
Authentication Method
- Label: Authentication Method
- Kind: Enum
- Allowed values: None, Basic, Ntlm, PAT
- Required: false
username
Login user ID on the server
- Label: Username
- Kind: String
- Required: false
- Category: Authentication
password
Login user password on the server
- Label: Password
- Kind: Password
- Password: true
- Required: false
- Category: Authentication
domain
Domain to be used for NTLM authentication
- Label: Domain
- Kind: String
- Required: false
- Category: Authentication
proxyHost
HTTP proxy host
- Label: Proxy Host
- Kind: String
- Required: false
- Category: Proxy
proxyPort
HTTP proxy port
- Label: Proxy Port
- Kind: String
- Required: false
- Category: Proxy
proxyUsername
HTTP proxy username
- Label: Proxy Username
- Kind: String
- Required: false
- Category: Proxy
proxyPassword
HTTP proxy password
- Label: Proxy Password
- Kind: Password
- Password: true
- Required: false
- Category: Proxy