open class GHEConnection : ProjectFeature
Project feature defining an OAuth connection settings for GitHub Enterprise server
See Also
GHEConnection(init: GHEConnection.() -> Unit = {}, base: GHEConnection? = null) |
var clientId: String?
OAuth connection client id |
|
var clientSecret: String?
OAuth connection client secret |
|
var displayName: String?
Human friendly connection name |
|
var serverUrl: String?
URL to GitHub Enterprise server |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |