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 TypeMethodDescriptionbooleanSigner.canLocateSigningKey(Repository repository, GpgConfig config, PersonIdent committer, String signingKey, CredentialsProvider credentialsProvider) Indicates if a signing key is available for the specified committer and/or signing key.Signer.sign(Repository repository, GpgConfig config, byte[] data, PersonIdent committer, String signingKey, CredentialsProvider credentialsProvider) Signs arbitrary data.default voidSigner.signObject(Repository repository, GpgConfig config, ObjectBuilder object, PersonIdent committer, String signingKey, CredentialsProvider credentialsProvider) Signs the specified object.