Uses of Class
org.eclipse.jgit.lib.ObjectBuilder
Packages that use ObjectBuilder
-
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.