struct Git::Credentials

Defined in:

bitte_ci/libgit2.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(https_username : Nil | String = nil, https_password : Nil | String = nil, ssh_user : Nil | String = nil, ssh_public_path : Nil | String = nil, ssh_private_path : Nil | String = nil, ssh_passphrase : String = "") #

[View source]

Instance Method Detail

def https_password : String | Nil #

[View source]
def https_password=(https_password : String | Nil) #

[View source]
def https_username : String | Nil #

[View source]
def https_username=(https_username : String | Nil) #

[View source]
def ssh_passphrase : String #

[View source]
def ssh_passphrase=(ssh_passphrase : String) #

[View source]
def ssh_private_path #

[View source]
def ssh_private_path=(ssh_private_path : String | Nil) #

[View source]
def ssh_public_path #

[View source]
def ssh_public_path=(ssh_public_path : String | Nil) #

[View source]
def ssh_user : String | Nil #

[View source]
def ssh_user=(ssh_user : String | Nil) #

[View source]