Uses of Class
org.eclipse.jgit.lib.GpgSignature
-
Packages that use GpgSignature Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of GpgSignature in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as GpgSignature Modifier and Type Field Description private GpgSignatureCommitBuilder. gpgSignatureMethods in org.eclipse.jgit.lib that return GpgSignature Modifier and Type Method Description GpgSignatureCommitBuilder. getGpgSignature()Get the GPG signature of this commit.Methods in org.eclipse.jgit.lib with parameters of type GpgSignature Modifier and Type Method Description voidCommitBuilder. setGpgSignature(GpgSignature newSignature)Set the GPG signature of this commit.
-