open class AzureDevopsConnection : ProjectFeature
Project feature for Azure Devops or VSTS connection settings
See Also
AzureDevopsConnection(init: AzureDevopsConnection.() -> Unit = {}, base: AzureDevopsConnection? = null) |
var accessToken: String?
Access token |
|
var displayName: String?
Human friendly connection name |
|
var serverUrl: String?
Azure DevOps or VSTS server URL, for example: https://dev.azure.com/ (Azure Devops) or https://.visualstudio.com (VSTS) |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |