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.diff Comparing file contents by computing diffs.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 PullResultPullCommand. call() -
Uses of CanceledException in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that throw CanceledException Modifier and Type Method Description List<DiffEntry>RenameDetector. compute(ContentSource.Pair reader, ProgressMonitor pm)Detect renames in the current file set.List<DiffEntry>RenameDetector. compute(ObjectReader reader, ProgressMonitor pm)Detect renames in the current file set.List<DiffEntry>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 CanceledException Modifier and Type Method Description booleanGpgObjectSigner. 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 booleanGpgSigner. canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)Indicates if a signing key is available for the specified committer and/or signing key.abstract voidGpgSigner. sign(CommitBuilder commit, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider)Signs the specified commit.voidGpgObjectSigner. signObject(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)Signs the specified object.
-