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 TypeMethodDescriptionvoidBouncyCastleGpgSigner.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 TypeClassDescriptionclassMutable builder to construct a commit recording the state of a project.classMutable builder to construct an annotated tag recording a project state.Methods in org.eclipse.jgit.lib with parameters of type ObjectBuilderModifier and TypeMethodDescriptionvoidGpgObjectSigner.signObject(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Signs the specified object.