Uses of Class
org.eclipse.jgit.api.errors.ServiceUnavailableException
-
Packages that use ServiceUnavailableException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ServiceUnavailableException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw ServiceUnavailableException Modifier and Type Method Description RevCommit
CommitCommand. call()
java.util.Map<java.lang.String,VerificationResult>
VerifySignatureCommand. call()
Resolves
all names added to the command to git objects and verifies their signature.private void
TagCommand. processOptions(RepositoryState state)
Sets default values for not explicitly specified options.
-