Uses of Class
org.eclipse.jgit.lib.ObjectBuilder
Packages that use ObjectBuilder
Package
Description
Core API for repository, config, refs, object database.
-
Uses of ObjectBuilder in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal with parameters of type ObjectBuilderModifier and TypeMethodDescriptionvoid
BouncyCastleGpgSigner.signObject
(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) -
Uses of ObjectBuilder in org.eclipse.jgit.lib
Subclasses of ObjectBuilder in org.eclipse.jgit.libModifier and TypeClassDescriptionclass
Mutable builder to construct a commit recording the state of a project.class
Mutable builder to construct an annotated tag recording a project state.Methods in org.eclipse.jgit.lib with parameters of type ObjectBuilderModifier and TypeMethodDescriptionvoid
GpgObjectSigner.signObject
(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Signs the specified object.