jetbrains.buildServer.configs.kotlin.v2017_2.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)AzureDevopsConnection()

Project feature for Azure Devops or VSTS connection settings

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

Functions

validate

open fun validate(consumer: ErrorConsumer): Unit

Validates this object and reports found errors to the provided consumer

Inherited Functions

create

open fun create(): ProjectFeature

Creates an instance of this project feature via reflection using a no argument constructor, used during copying. Throws an error if this class doesn't have a default constructor. Subclasses can override it to create an instance without using a default constructor.

toString

open fun toString(): String