open class GitLabEEConnection : ProjectFeature
Project feature defining an OAuth connection settings for GitLab CE/EE
See Also
GitLabEEConnection(init: GitLabEEConnection.() -> Unit = {}, base: GitLabEEConnection? = null) |
var applicationId: String?
GitLab OAuth connection application ID |
|
var clientSecret: String?
GitLab OAuth connection client secret |
|
var displayName: String?
Human friendly connection name |
|
var serverUrl: String?
GitLab server URL |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |