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

GitLabEEConnection

open class GitLabEEConnection : ProjectFeature

Project feature defining an OAuth connection settings for GitLab CE/EE

See Also

gitlabEEConnection

Constructors

<init>

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

Properties

applicationId

var applicationId: String?

GitLab OAuth connection application ID

clientSecret

var clientSecret: String?

GitLab OAuth connection client secret

displayName

var displayName: String?

Human friendly connection name

serverUrl

var serverUrl: String?

GitLab server URL

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type