Uses of Class
org.eclipse.jgit.api.errors.CanceledException
-
Packages that use CanceledException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.gpg.bc.internal org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of CanceledException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw CanceledException Modifier and Type Method Description PullResult
PullCommand. call()
-
Uses of CanceledException in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that throw CanceledException Modifier and Type Method Description private boolean
DirCacheCheckout. doCheckout()
-
Uses of CanceledException in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that throw CanceledException Modifier and Type Method Description boolean
BouncyCastleGpgSigner. canLocateSigningKey(java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)
BouncyCastleGpgKey
BouncyCastleGpgKeyLocator. findSecretKey()
If there is a private key directory containing keys, use pubring.kbx or pubring.gpg to find the public key; then try to find the secret key in the directory.private BouncyCastleGpgKey
BouncyCastleGpgKeyLocator. findSecretKeyForKeyBoxPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey, java.nio.file.Path userKeyboxPath)
char[]
BouncyCastleGpgKeyPassphrasePrompt. getPassphrase(byte[] keyFingerprint, java.nio.file.Path keyLocation)
Prompts use for a passphrase unless one was cached from a previous prompt.private BouncyCastleGpgKey
BouncyCastleGpgSigner. locateSigningKey(java.lang.String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt)
void
BouncyCastleGpgSigner. sign(CommitBuilder commit, java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)
-
Uses of CanceledException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw CanceledException Modifier and Type Method Description abstract boolean
GpgSigner. canLocateSigningKey(java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)
Indicates if a signing key is available for the specified committer and/or signing key.abstract void
GpgSigner. sign(CommitBuilder commit, java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)
Signs the specified commit.
-