Uses of Class
org.eclipse.jgit.internal.storage.pack.BitmapCommit.Builder
Packages that use BitmapCommit.Builder
-
Uses of BitmapCommit.Builder in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return BitmapCommit.BuilderModifier and TypeMethodDescriptionstatic BitmapCommit.Builder
BitmapCommit.copyFrom
(BitmapCommit commit) Get a builder of BitmapCommit whose fields are copied fromcommit
.static BitmapCommit.Builder
BitmapCommit.newBuilder
(AnyObjectId objId) Get a builder of BitmapCommit whose object id isobjId
.BitmapCommit.Builder.setAddToIndex
(boolean addToIndex) Set whether whether the bitmap of the BitmapCommit should be added to PackBitmapIndexBuilder when building bitmap index file.BitmapCommit.Builder.setFlags
(int flags) Set flags of the builder.BitmapCommit.Builder.setId
(AnyObjectId objectId) Set objectId of the builder.BitmapCommit.Builder.setReuseWalker
(boolean reuseWalker) Set reuseWalker of the builder.