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