xlrelease.GitHubScmConnectorConfig
GitHub connector configuration
Type hierarchy: xlrelease.GitHubScmConnectorConfig > xlrelease.BasicScmConnectorConfig > xlrelease.BaseScmConnectorConfig > xlrelease.PropertyConfiguration > xlrelease.Configuration > xlrelease.BaseConfiguration > udm.BaseConfigurationItem
Label: GitHub
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 |
| restApiUrl | String | The URL for the GitHub REST API |
| repository | String | Full name of the repository on which changes will be stored (e.g. your_organization/your_repository) |
| branch | String | Branch on which changes will be stored |
| credential | xlrelease.GitHubScmCredential | Select the type of credentials to access the GitHub repository |
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
restApiUrl
The URL for the GitHub REST API
- Label: REST API URL
- Kind: String
- Default value: https://api.github.com
- Required: true
repository
Full name of the repository on which changes will be stored (e.g. your_organization/your_repository)
- Label: Repository full name
- Kind: String
- Default value:
- Required: true
branch
Branch on which changes will be stored
- Label: Branch
- Kind: String
- Default value: master
- Required: true
credential
Select the type of credentials to access the GitHub repository
- Label: Credentials
- Kind: xlrelease.GitHubScmCredential
- Required: true
- Reference type: xlrelease.GitHubScmCredential
Hidden properties
| Property | Kind | Description |
|---|---|---|
| cardinality | Integer | Cardinality |
cardinality
Cardinality
- Key:
xlrelease.GitHubScmConnectorConfig.cardinality - Kind: Integer
- Default value: 1
- Hidden: true