jetbrains.buildServer.configs.kotlin.v10.projectFeatures / AzureDevopsConnection

AzureDevopsConnection

open class AzureDevopsConnection : ProjectFeature

Project feature for Azure Devops or VSTS connection settings

See Also

azureDevopsConnection

Constructors

<init>

AzureDevopsConnection(init: AzureDevopsConnection.() -> Unit = {}, base: AzureDevopsConnection? = null)

Properties

accessToken

var accessToken: String?

Access token

displayName

var displayName: String?

Human friendly connection name

serverUrl

var serverUrl: String?

Azure DevOps or VSTS server URL, for example: https://dev.azure.com/ (Azure Devops) or https://.visualstudio.com (VSTS)

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type