xlrelease.BitBucketCloudScmConnectorConfig
BitBucket Cloud connector configuration
Type hierarchy: xlrelease.BitBucketCloudScmConnectorConfig > xlrelease.BasicScmConnectorConfig > xlrelease.BaseScmConnectorConfig > xlrelease.PropertyConfiguration > xlrelease.Configuration > xlrelease.BaseConfiguration > udm.BaseConfigurationItem
Label: BitBucket Cloud
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 BitBucket Cloud 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.BitBucketCloudScmCredential | Select the type of credentials to access the BitBucket Cloud 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 BitBucket Cloud REST API
- Label: REST API URL
- Kind: String
- Default value: https://api.bitbucket.org/2.0
- 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 BitBucket Cloud repository
- Label: Credentials
- Kind: xlrelease.BitBucketCloudScmCredential
- Required: true
- Reference type: xlrelease.BitBucketCloudScmCredential
Hidden properties
| Property | Kind | Description |
|---|---|---|
| cardinality | Integer | Cardinality |
cardinality
Cardinality
- Key:
xlrelease.BitBucketCloudScmConnectorConfig.cardinality - Kind: Integer
- Default value: 1
- Hidden: true