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

GHEConnection

open class GHEConnection : ProjectFeature

Project feature defining an OAuth connection settings for GitHub Enterprise server

See Also

gheConnection

Constructors

<init>

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

Properties

clientId

var clientId: String?

OAuth connection client id

clientSecret

var clientSecret: String?

OAuth connection client secret

displayName

var displayName: String?

Human friendly connection name

serverUrl

var serverUrl: String?

URL to GitHub Enterprise server

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type