jetbrains.buildServer.configs.kotlin.v2018_1.buildFeatures / CommitStatusPublisher / Publisher / Github / AuthType

AuthType

sealed class AuthType : CompoundParam<AuthType>

Types

Password

class Password : AuthType

PersonalToken

class PersonalToken : AuthType

Inherited Properties

value

val value: String?

Functions

validate

abstract fun validate(consumer: ErrorConsumer): Unit

Inheritors

Password

class Password : AuthType

PersonalToken

class PersonalToken : AuthType