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

Password

class Password : AuthMethod

Constructors

<init>

Password()

Properties

password

var password: String?

Password to use

userName

var userName: String?

Username to use, overwrites the username in the url

Functions

validate

fun validate(consumer: ErrorConsumer): Unit