public static final class GitUtils.TeamscaleGitCredentialsProvider extends org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
get(org.eclipse.jgit.transport.URIish uri,
org.eclipse.jgit.transport.CredentialItem... items) |
java.lang.String |
getSshPrivateKey() |
boolean |
supports(org.eclipse.jgit.transport.CredentialItem... items) |
clear, isInteractivepublic boolean supports(org.eclipse.jgit.transport.CredentialItem... items)
supports in class org.eclipse.jgit.transport.UsernamePasswordCredentialsProviderpublic boolean get(org.eclipse.jgit.transport.URIish uri, org.eclipse.jgit.transport.CredentialItem... items) throws org.eclipse.jgit.errors.UnsupportedCredentialItem
get in class org.eclipse.jgit.transport.UsernamePasswordCredentialsProviderorg.eclipse.jgit.errors.UnsupportedCredentialItempublic java.lang.String getSshPrivateKey()
sshPrivateKey