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

SlackConnection

open class SlackConnection : ProjectFeature

Project feature defining an OAuth connection settings for Slack

See Also

slackConnection

Constructors

<init>

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

Properties

botToken

var botToken: String?

Bot token, xoxb-***

clientId

var clientId: String?

Client ID

clientSecret

var clientSecret: String?

Client secret

displayName

var displayName: String?

Human friendly connection name

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type