AuthMethod
Inheritors
Types
Link copied to clipboard
Will try to perform private key authentication using the given public key file with given passphrase.
Link copied to clipboard
Will try to perform private key authentication using the ~/.ssh/config settings. If no settings file exists, will try to use the ~/.ssh/rsa_pub public key file.
Link copied to clipboard
Simple password authentication.
Link copied to clipboard
Use ssh-agent for authentication, the SSH-Agent build feature must be enabled.
Link copied to clipboard
Uses the key(s) uploaded to the project.
Properties
Functions
Link copied to clipboard
fun booleanParameter( customName: String? = null, trueValue: String? = "true", falseValue: String? = "false"): DelegateProvider<Boolean?>
Link copied to clipboard
Link copied to clipboard
Copies parameters of this object to the specified target
Link copied to clipboard
Link copied to clipboard
fun <E : Enum<E>> enumParameter( customName: String? = null, mapping: Map<E, String?>? = null): DelegateProvider<E>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard