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

UploadedKey

class UploadedKey : AuthMethod

Constructors

<init>

UploadedKey()

Properties

passphrase

var passphrase: String?

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

uploadedKey

var uploadedKey: String?

Name of the uploaded SSH key to use

userName

var userName: String?

Username to use, overwrites the username in the url

Functions

validate

fun validate(consumer: ErrorConsumer): Unit