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

CustomPrivateKey

class CustomPrivateKey : AuthMethod

Constructors

<init>

CustomPrivateKey()

Properties

customKeyPath

var customKeyPath: String?

Path to the SSH key on TeamCity server machine

passphrase

var passphrase: String?

Passphrase for the key. Leave it empty if the key is not encrypted.

userName

var userName: String?

Username to use, overwrites the username in the url

Functions

validate

fun validate(consumer: ErrorConsumer): Unit