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

BitbucketCloudConnection

open class BitbucketCloudConnection : ProjectFeature

Project feature defining an OAuth connection settings for Bitbucket Cloud

See Also

bitbucketCloudConnection

Constructors

<init>

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

Properties

clientSecret

var clientSecret: String?

Bitbucket OAuth connection client secret

displayName

var displayName: String?

Human friendly connection name

key

var key: String?

Bitbucket OAuth connection key

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type