Uses of Interface
org.eclipse.jgit.api.VerificationResult
-
Packages that use VerificationResult Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of VerificationResult in org.eclipse.jgit.api
Classes in org.eclipse.jgit.api that implement VerificationResult Modifier and Type Class Description private static class
VerifySignatureCommand.Result
Methods in org.eclipse.jgit.api that return VerificationResult Modifier and Type Method Description private VerificationResult
VerifySignatureCommand. verifyOne(RevObject object)
Methods in org.eclipse.jgit.api that return types with arguments of type VerificationResult Modifier and Type Method Description java.util.Map<java.lang.String,VerificationResult>
VerifySignatureCommand. call()
Resolves
all names added to the command to git objects and verifies their signature.
-