enum

Git2::GitCredentialT

Inherits Enum < Comparable < Value < Object

Constants

GIT_CREDENTIAL_USERPASS_PLAINTEXT = 1
GIT_CREDENTIAL_SSH_KEY = 2
GIT_CREDENTIAL_SSH_CUSTOM = 4
GIT_CREDENTIAL_DEFAULT = 8
GIT_CREDENTIAL_SSH_INTERACTIVE = 16
GIT_CREDENTIAL_USERNAME = 32
GIT_CREDENTIAL_SSH_MEMORY = 64
None = 0
All = 127

Instance methods

git_credential_default?

Returns true if this enum value contains GIT_CREDENTIAL_DEFAULT

Source
git_credential_ssh_custom?

Returns true if this enum value contains GIT_CREDENTIAL_SSH_CUSTOM

Source
git_credential_ssh_interactive?

Returns true if this enum value contains GIT_CREDENTIAL_SSH_INTERACTIVE

Source
git_credential_ssh_key?

Returns true if this enum value contains GIT_CREDENTIAL_SSH_KEY

Source
git_credential_ssh_memory?

Returns true if this enum value contains GIT_CREDENTIAL_SSH_MEMORY

Source
git_credential_username?

Returns true if this enum value contains GIT_CREDENTIAL_USERNAME

Source
git_credential_userpass_plaintext?

Returns true if this enum value contains GIT_CREDENTIAL_USERPASS_PLAINTEXT

Source
none?
Source