Uses of Interface
org.eclipse.jgit.lib.GpgObjectSigner
-
Packages that use GpgObjectSigner Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of GpgObjectSigner in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type GpgObjectSigner Modifier and Type Method Description TagCommandTagCommand. setGpgSigner(GpgObjectSigner signer)Sets theGpgSignerto use if the commit is to be signed.
-