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 GpgSignature
CommitBuilder. gpgSignature
Methods in org.eclipse.jgit.lib that return GpgSignature Modifier and Type Method Description GpgSignature
CommitBuilder. getGpgSignature()
Get the GPG signature of this commit.Methods in org.eclipse.jgit.lib with parameters of type GpgSignature Modifier and Type Method Description void
CommitBuilder. setGpgSignature(GpgSignature newSignature)
Set the GPG signature of this commit.
-