Uses of Class
org.eclipse.jgit.api.errors.CanceledException
Packages that use CanceledException
Package
Description
High-level API commands (the porcelain of JGit).
Comparing file contents by computing diffs.
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 -
Uses of CanceledException in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that throw CanceledExceptionModifier and TypeMethodDescriptionRenameDetector.compute
(ContentSource.Pair reader, ProgressMonitor pm) Detect renames in the current file set.RenameDetector.compute
(ObjectReader reader, ProgressMonitor pm) Detect renames in the current file set.RenameDetector.compute
(ProgressMonitor pm) Detect renames in the current file set. -
Uses of CanceledException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw CanceledExceptionModifier and TypeMethodDescriptionboolean
GpgObjectSigner.canLocateSigningKey
(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Indicates if a signing key is available for the specified committer and/or signing key.abstract boolean
GpgSigner.canLocateSigningKey
(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, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider) Signs the specified commit.void
GpgObjectSigner.signObject
(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Signs the specified object.