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

AuthType

sealed class AuthType : CompoundParam<AuthType>

Types

Token

class Token : AuthType

Inherited Properties

value

val value: String?

Functions

validate

abstract fun validate(consumer: ErrorConsumer): Unit

Inheritors

Token

class Token : AuthType