jetbrains.buildServer.configs.kotlin.v2018_1.buildFeatures / PullRequests / Provider

Provider

sealed class Provider : CompoundParam<Provider>

Types

BitbucketServer

class BitbucketServer : Provider

Github

class Github : Provider

Gitlab

class Gitlab : Provider

Inherited Properties

value

val value: String?

Functions

validate

abstract fun validate(consumer: ErrorConsumer): Unit

Inheritors

BitbucketServer

class BitbucketServer : Provider

Github

class Github : Provider

Gitlab

class Gitlab : Provider