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 classVerifySignatureCommand.ResultMethods in org.eclipse.jgit.api that return VerificationResult Modifier and Type Method Description private VerificationResultVerifySignatureCommand. 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()Resolvesall names added to the command to git objects and verifies their signature.
-