jetbrains.buildServer.configs.kotlin.v2017_2.vcs / GitVcsRoot / AuthMethod / DefaultPrivateKey

DefaultPrivateKey

class DefaultPrivateKey : AuthMethod

Constructors

<init>

DefaultPrivateKey()

Properties

userName

var userName: String?

Username to use, overwrites the username in the url

Functions

validate

fun validate(consumer: ErrorConsumer): Unit