Uses of Interface
org.eclipse.jgit.lib.ProgressMonitor
Packages that use ProgressMonitor
Package
Description
High-level API commands (the porcelain of JGit).
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Walking revision graphs (commit history).
Transport (fetch/push) for different protocols.
Utility classes.
-
Uses of ProgressMonitor in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as ProgressMonitorModifier and TypeFieldDescriptionprivate ProgressMonitor
CheckoutCommand.monitor
private ProgressMonitor
CherryPickCommand.monitor
private ProgressMonitor
CloneCommand.monitor
private ProgressMonitor
DiffCommand.monitor
private ProgressMonitor
FetchCommand.monitor
private ProgressMonitor
GarbageCollectCommand.monitor
private ProgressMonitor
MergeCommand.monitor
private ProgressMonitor
PullCommand.monitor
private ProgressMonitor
PushCommand.monitor
private ProgressMonitor
RebaseCommand.monitor
private ProgressMonitor
ResetCommand.monitor
private ProgressMonitor
RevertCommand.monitor
private ProgressMonitor
SubmoduleAddCommand.monitor
private ProgressMonitor
SubmoduleUpdateCommand.monitor
private ProgressMonitor
StatusCommand.progressMonitor
Methods in org.eclipse.jgit.api that return ProgressMonitorModifier and TypeMethodDescriptionFetchCommand.getProgressMonitor()
Get progress monitorPushCommand.getProgressMonitor()
Get the progress monitorMethods in org.eclipse.jgit.api with parameters of type ProgressMonitorModifier and TypeMethodDescriptionCheckoutCommand.setProgressMonitor
(ProgressMonitor monitor) CherryPickCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the cherry-pick operation.CloneCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the clone operation.DiffCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the diff operation.FetchCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the fetch operation.GarbageCollectCommand.setProgressMonitor
(ProgressMonitor monitor) Set progress monitorMergeCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the diff operation.PullCommand.setProgressMonitor
(ProgressMonitor monitor) Set progress monitorPushCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the push operation.RebaseCommand.setProgressMonitor
(ProgressMonitor monitor) Set progress monitorResetCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the reset operation.RevertCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the revert operation.StatusCommand.setProgressMonitor
(ProgressMonitor progressMonitor) To set theProgressMonitor
which contains callback methods to inform you about the progress of this command.SubmoduleAddCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the clone operation.SubmoduleUpdateCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the clone operation. -
Uses of ProgressMonitor in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as ProgressMonitorMethods in org.eclipse.jgit.diff with parameters of type ProgressMonitorModifier and TypeMethodDescriptionprivate void
RenameDetector.advanceOrCancel
(ProgressMonitor pm) private void
RenameDetector.breakModifies
(ContentSource.Pair reader, ProgressMonitor pm) private int
SimilarityRenameDetector.buildMatrix
(ProgressMonitor pm) RenameDetector.compute
(ContentSource.Pair reader, ProgressMonitor pm) Detect renames in the current file set.RenameDetector.compute
(ObjectReader reader, ProgressMonitor pm) Detect renames in the current file set.RenameDetector.compute
(ProgressMonitor pm) Detect renames in the current file set.(package private) void
SimilarityRenameDetector.compute
(ProgressMonitor pm) private void
RenameDetector.findContentRenames
(ContentSource.Pair reader, ProgressMonitor pm) private void
RenameDetector.findExactRenames
(ProgressMonitor pm) private HashMap
<AbbreviatedObjectId, Object> RenameDetector.populateMap
(List<DiffEntry> diffEntries, ProgressMonitor pm) private void
RenameDetector.rejoinModifies
(ProgressMonitor pm) void
DiffFormatter.setProgressMonitor
(ProgressMonitor pm) Set the progress monitor for long running rename detection. -
Uses of ProgressMonitor in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as ProgressMonitorMethods in org.eclipse.jgit.dircache with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
DirCacheCheckout.setProgressMonitor
(ProgressMonitor monitor) Set a progress monitor which can be passed to built-in filter commands, providing progress information for long running tasks. -
Uses of ProgressMonitor in org.eclipse.jgit.gitrepo
Fields in org.eclipse.jgit.gitrepo declared as ProgressMonitorMethods in org.eclipse.jgit.gitrepo with parameters of type ProgressMonitorModifier and TypeMethodDescriptionRepoCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the clone operation. -
Uses of ProgressMonitor in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ProgressMonitorModifier and TypeMethodDescriptionprivate void
DfsPackCompactor.addObjectsToPack
(PackWriter pw, DfsReader ctx, ProgressMonitor pm) DfsFsck.check
(ProgressMonitor pm) Verify the integrity and connectivity of all objects in the object database.private void
DfsFsck.checkConnectivity
(ProgressMonitor pm, FsckError errors) private void
DfsFsck.checkGitModules
(ProgressMonitor pm, FsckError errors) private void
DfsFsck.checkPacks
(ProgressMonitor pm, FsckError errors) void
DfsPackCompactor.compact
(ProgressMonitor pm) Compact the pack files together.private void
DfsPackCompactor.compactPacks
(DfsReader ctx, ProgressMonitor pm) boolean
DfsGarbageCollector.pack
(ProgressMonitor pm) Create a single new pack file containing all of the live objects.private void
DfsGarbageCollector.packGarbage
(ProgressMonitor pm) private void
DfsGarbageCollector.packHeads
(ProgressMonitor pm) private void
DfsGarbageCollector.packRest
(ProgressMonitor pm) DfsPackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) Parse the pack stream.void
DfsReader.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) private void
DfsReader.trySelectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects, List<DfsPackFile> packs, boolean skipFound) private void
DfsFsck.verifyPack
(ProgressMonitor pm, FsckError errors, DfsReader ctx, DfsPackFile pack, ReadableChannel ch) static void
DfsBundleWriter.writeEntireRepositoryAsBundle
(ProgressMonitor pm, OutputStream os, DfsRepository db) Writes the entireDfsRepository
to a Git bundle.private DfsPackDescription
DfsGarbageCollector.writePack
(DfsObjDatabase.PackSource source, PackWriter pw, ProgressMonitor pm, long estimatedPackSize) private static void
DfsPackCompactor.writePack
(DfsObjDatabase objdb, DfsPackDescription pack, PackWriter pw, ProgressMonitor pm) -
Uses of ProgressMonitor in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as ProgressMonitorMethods in org.eclipse.jgit.internal.storage.file with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
FileRepository.autoGC
(ProgressMonitor monitor) Check whether any housekeeping is required; if yes, run garbage collection; if not, exit without performing any work.void
PackedBatchRefUpdate.execute
(RevWalk walk, ProgressMonitor monitor, List<String> options) Execute this batch update.ObjectDirectoryPackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) Parse the pack stream.void
WindowCursor.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) Select the best object representation for a packer.Set the progress monitor used for garbage collection methods. -
Uses of ProgressMonitor in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ProgressMonitorModifier and TypeFieldDescriptionprivate final ProgressMonitor
DeltaWindow.monitor
private final ProgressMonitor
PackWriterBitmapPreparer.pm
private final ProgressMonitor
BaseSearch.progress
private final ProgressMonitor
PackOutputStream.writeMonitor
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ProgressMonitorModifier and TypeMethodDescriptionprivate void
PackWriter.beginPhase
(PackWriter.PackingPhase phase, ProgressMonitor monitor, long cnt) private void
PackWriter.endPhase
(ProgressMonitor monitor) private void
PackWriter.findObjectsToPack
(ProgressMonitor countingMonitor, ObjectWalk walker, Set<? extends ObjectId> want, Set<? extends ObjectId> have, Set<? extends ObjectId> noBitmaps) private void
PackWriter.parallelDeltaSearch
(ProgressMonitor monitor, ObjectToPack[] list, int cnt, int threads) boolean
PackWriter.prepareBitmapIndex
(ProgressMonitor pm) Prepares the bitmaps to be written to the bitmap index file.void
PackWriter.preparePack
(ProgressMonitor countingMonitor, Set<? extends ObjectId> want, Set<? extends ObjectId> have) Prepare the list of objects to be written to the pack stream.void
PackWriter.preparePack
(ProgressMonitor countingMonitor, Set<? extends ObjectId> want, Set<? extends ObjectId> have, Set<? extends ObjectId> shallow) Prepare the list of objects to be written to the pack stream.void
PackWriter.preparePack
(ProgressMonitor countingMonitor, Set<? extends ObjectId> want, Set<? extends ObjectId> have, Set<? extends ObjectId> shallow, Set<? extends ObjectId> noBitmaps) Prepare the list of objects to be written to the pack stream.void
PackWriter.preparePack
(ProgressMonitor countingMonitor, ObjectWalk walk, Set<? extends ObjectId> interestingObjects, Set<? extends ObjectId> uninterestingObjects, Set<? extends ObjectId> noBitmaps) Prepare the list of objects to be written to the pack stream.private void
PackWriter.searchForDeltas
(ProgressMonitor monitor) private void
PackWriter.searchForDeltas
(ProgressMonitor monitor, ObjectToPack[] list, int cnt) private void
PackWriter.searchForReuse
(ProgressMonitor monitor) private void
PackWriter.searchForReuse
(ProgressMonitor monitor, List<ObjectToPack> list) void
ObjectReuseAsIs.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) Select the best object representation for a packer.private void
PackWriter.singleThreadDeltaSearch
(ProgressMonitor monitor, ObjectToPack[] list, int cnt) void
PackWriter.writePack
(ProgressMonitor compressMonitor, ProgressMonitor writeMonitor, OutputStream packStream) Write the prepared pack to the supplied stream.Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type ProgressMonitorModifierConstructorDescription(package private)
BaseSearch
(ProgressMonitor countingMonitor, Set<RevTree> bases, ObjectIdOwnerMap<ObjectToPack> objects, List<ObjectToPack> edges, ObjectReader or) (package private)
DeltaWindow
(PackConfig pc, DeltaCache dc, ObjectReader or, ProgressMonitor pm, long bpu, ObjectToPack[] in, int beginIndex, int endIndex) PackOutputStream
(ProgressMonitor writeMonitor, OutputStream out, PackWriter pw) Initialize a pack output stream.(package private)
PackWriterBitmapPreparer
(ObjectReader reader, PackBitmapIndexBuilder writeBitmaps, ProgressMonitor pm, Set<? extends ObjectId> want, PackConfig config) -
Uses of ProgressMonitor in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
ReftableBatchRefUpdate.execute
(RevWalk rw, ProgressMonitor pm, List<String> options) Execute this batch update. -
Uses of ProgressMonitor in org.eclipse.jgit.internal.transport.connectivity
Methods in org.eclipse.jgit.internal.transport.connectivity with parameters of type ProgressMonitorModifier and TypeMethodDescriptionprivate void
FullConnectivityChecker.checkCommitTree
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, ObjectWalk ow, ProgressMonitor pm) void
FullConnectivityChecker.checkConnectivity
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> haves, ProgressMonitor pm) void
IterativeConnectivityChecker.checkConnectivity
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> advertisedHaves, ProgressMonitor pm) private void
FullConnectivityChecker.checkObjects
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, ObjectWalk ow, ProgressMonitor pm) private boolean
FullConnectivityChecker.markStartAndKnownNodes
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, ObjectWalk ow, Set<ObjectId> haves, ProgressMonitor pm) -
Uses of ProgressMonitor in org.eclipse.jgit.junit
Classes in org.eclipse.jgit.junit that implement ProgressMonitor -
Uses of ProgressMonitor in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib that implement ProgressMonitorModifier and TypeClassDescriptionclass
ProgressMonitor that batches update events.class
A convenient base class which provides empty method bodies for all ProgressMonitor methods.class
A NullProgressMonitor does not report progress anywhere.class
A simple progress reporter printing on a stream.class
Wrapper around the generalProgressMonitor
to make it thread safe.Fields in org.eclipse.jgit.lib declared as ProgressMonitorModifier and TypeFieldDescriptionprivate final ProgressMonitor
IndexDiff.ProgressReportingFilter.monitor
private final ProgressMonitor
ThreadSafeProgressMonitor.pm
Methods in org.eclipse.jgit.lib with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
Repository.autoGC
(ProgressMonitor monitor) Check whether any housekeeping is required; if yes, run garbage collection; if not, exit without performing any work.boolean
IndexDiff.diff
(ProgressMonitor monitor, int estWorkTreeSize, int estIndexSize, String title) Run the diff operation.boolean
IndexDiff.diff
(ProgressMonitor monitor, int estWorkTreeSize, int estIndexSize, String title, RepositoryBuilderFactory factory) Run the diff operation.void
BatchRefUpdate.execute
(RevWalk walk, ProgressMonitor monitor) Execute this batch update without option strings.void
BatchRefUpdate.execute
(RevWalk walk, ProgressMonitor monitor, List<String> options) Execute this batch update.Constructors in org.eclipse.jgit.lib with parameters of type ProgressMonitorModifierConstructorDescriptionprivate
ProgressReportingFilter
(ProgressMonitor monitor, int total) Wrap a ProgressMonitor to be thread safe. -
Uses of ProgressMonitor in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as ProgressMonitorMethods in org.eclipse.jgit.merge with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
Merger.setProgressMonitor
(ProgressMonitor monitor) Set a progress monitor. -
Uses of ProgressMonitor in org.eclipse.jgit.pgm.debug
Fields in org.eclipse.jgit.pgm.debug declared as ProgressMonitor -
Uses of ProgressMonitor in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as ProgressMonitorMethods in org.eclipse.jgit.revwalk with parameters of type ProgressMonitorModifier and TypeMethodDescriptionRevWalkUtils.findBranchesReachableFrom
(RevCommit commit, RevWalk revWalk, Collection<Ref> refs, ProgressMonitor monitor) Find the list of branches a given commit is reachable from when following parents.Constructors in org.eclipse.jgit.revwalk with parameters of type ProgressMonitorModifierConstructorDescriptionBitmapWalker
(ObjectWalk walker, BitmapIndex bitmapIndex, ProgressMonitor pm) Create a BitmapWalker. -
Uses of ProgressMonitor in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement ProgressMonitorModifier and TypeClassDescription(package private) class
Write progress messages out to the sideband channel.Fields in org.eclipse.jgit.transport declared as ProgressMonitorMethods in org.eclipse.jgit.transport with parameters of type ProgressMonitorModifier and TypeMethodDescriptionAmazonS3.beginPut
(String bucket, String key, ProgressMonitor monitor, String monitorTask) Atomically create or replace a single large object.void
ConnectivityChecker.checkConnectivity
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> haves, ProgressMonitor pm) Checks connectivity of the commit graph after pack uploading.protected abstract void
BaseFetchConnection.doFetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have) Implementation ofBaseFetchConnection.fetch(ProgressMonitor, Collection, Set)
without checking for multiple fetch.protected void
BasePackFetchConnection.doFetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream outputStream) Execute common ancestor negotiation and fetch the objects.protected void
BundleFetchConnection.doFetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have) Implementation ofBaseFetchConnection.fetch(ProgressMonitor, Collection, Set)
without checking for multiple fetch.protected void
TransportHttp.SmartHttpFetchConnection.doFetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream outputStream) protected void
WalkFetchConnection.doFetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have) Implementation ofBaseFetchConnection.fetch(ProgressMonitor, Collection, Set)
without checking for multiple fetch.private void
BasePackFetchConnection.doFetchV2
(ProgressMonitor monitor, Collection<Ref> want, OutputStream outputStream) protected void
BasePackPushConnection.doPush
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream outputStream) Push one or more objects and update the remote repository.protected void
TransportHttp.SmartHttpPushConnection.doPush
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream outputStream) private void
WalkFetchConnection.downloadObject
(ProgressMonitor pm, AnyObjectId id) (package private) void
WalkFetchConnection.RemotePack.downloadPack
(ProgressMonitor monitor) private boolean
WalkFetchConnection.downloadPackedObject
(ProgressMonitor monitor, AnyObjectId id) private String
BasePackPushConnection.enableCapabilities
(ProgressMonitor monitor, OutputStream outputStream) (package private) void
FetchProcess.execute
(ProgressMonitor monitor, FetchResult result, String initialBranch) (package private) PushResult
PushProcess.execute
(ProgressMonitor monitor) Perform push operation between local and remote repository - set remote refs appropriately, send needed objects and update local tracking refs.private void
FetchProcess.executeImp
(ProgressMonitor monitor, FetchResult result, String initialBranch) private Collection
<WalkRemoteObjectDatabase> WalkFetchConnection.expandOneAlternate
(AnyObjectId id, ProgressMonitor pm) final void
BaseFetchConnection.fetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have) Fetch objects we don't have but that are reachable from advertised refs.final void
BaseFetchConnection.fetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream out) Fetch objects we don't have but that are reachable from advertised refs.final void
BasePackFetchConnection.fetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have) Fetch objects we don't have but that are reachable from advertised refs.final void
BasePackFetchConnection.fetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream outputStream) Fetch objects we don't have but that are reachable from advertised refs.void
FetchConnection.fetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have) Fetch objects we don't have but that are reachable from advertised refs.void
FetchConnection.fetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream out) Fetch objects we don't have but that are reachable from advertised refs.Transport.fetch
(ProgressMonitor monitor, Collection<RefSpec> toFetch) Fetch objects and refs from the remote repository to the local one.Transport.fetch
(ProgressMonitor monitor, Collection<RefSpec> toFetch, String branch) Fetch objects and refs from the remote repository to the local one.private void
FetchProcess.fetchObjects
(ProgressMonitor monitor) private void
BasePackFetchConnection.negotiate
(ProgressMonitor monitor) (package private) void
WalkFetchConnection.RemotePack.openIndex
(ProgressMonitor pm) final PackLock
PackParser.parse
(ProgressMonitor progress) Parse the pack stream.PackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) Parse the pack stream.private void
PackParser.processDeltas
(ProgressMonitor resolving) void
BasePackPushConnection.push
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates) Pushes to the remote repository basing on provided specification.void
BasePackPushConnection.push
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream outputStream) Pushes to the remote repository basing on provided specification.void
PushConnection.push
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates) Pushes to the remote repository basing on provided specification.void
PushConnection.push
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream out) Pushes to the remote repository basing on provided specification.Transport.push
(ProgressMonitor monitor, Collection<RemoteRefUpdate> toPush) Push objects and refs from the local repository to the remote one.Transport.push
(ProgressMonitor monitor, Collection<RemoteRefUpdate> toPush, OutputStream out) Push objects and refs from the local repository to the remote one.void
WalkPushConnection.push
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates) Pushes to the remote repository basing on provided specification.void
WalkPushConnection.push
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream out) Pushes to the remote repository basing on provided specification.(package private) void
AmazonS3.putImpl
(String bucket, String key, byte[] csum, TemporaryBuffer buf, ProgressMonitor monitor, String monitorTask) private boolean
BasePackFetchConnection.readAcknowledgments
(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineIn input, ProgressMonitor monitor) Reads and processes acknowledgments, adding ACKed objects as "have"s to the global stateTemporaryBuffer
.private void
BasePackFetchConnection.receivePack
(ProgressMonitor monitor, OutputStream outputStream) private void
PackParser.resolveDeltas
(ProgressMonitor progress) private void
PackParser.resolveDeltas
(PackedObjectInfo oe, ProgressMonitor progress) private void
PackParser.resolveDeltas
(PackParser.DeltaVisit visit, int type, PackParser.ObjectTypeAndSize info, ProgressMonitor progress) private void
PackParser.resolveDeltasWithExternalBases
(ProgressMonitor progress) private boolean
BasePackFetchConnection.sendNextHaveBatch
(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineOut output, ProgressMonitor monitor) Sends the next batch of "have"s and terminates theoutput
.private void
WalkPushConnection.sendpack
(List<RemoteRefUpdate> updates, ProgressMonitor monitor) private void
UploadPack.sendPack
(ProgressMonitor pm, PacketLineOut pckOut, OutputStream packOut, FetchRequest req, PackStatistics.Accumulator accumulator, Collection<Ref> allTags, List<ObjectId> unshallowCommits, List<ObjectId> deepenNots) Send the requested objects to the client.void
BundleWriter.writeBundle
(ProgressMonitor monitor, OutputStream os) Generate and write the bundle to the output stream.private void
BasePackPushConnection.writeCommands
(Collection<RemoteRefUpdate> refUpdates, ProgressMonitor monitor, OutputStream outputStream) (package private) OutputStream
TransportAmazonS3.DatabaseS3.writeFile
(String path, ProgressMonitor monitor, String monitorTask) (package private) OutputStream
TransportSftp.SftpObjectDB.writeFile
(String path, ProgressMonitor monitor, String monitorTask) (package private) OutputStream
WalkRemoteObjectDatabase.writeFile
(String path, ProgressMonitor monitor, String monitorTask) Open a remote file for writing.private void
BasePackPushConnection.writePack
(Map<String, RemoteRefUpdate> refUpdates, ProgressMonitor monitor) Constructors in org.eclipse.jgit.transport with parameters of type ProgressMonitorModifierConstructorDescription(package private)
SideBandInputStream
(InputStream in, ProgressMonitor progress, Writer messageStream, OutputStream outputStream) -
Uses of ProgressMonitor in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
TemporaryBuffer.LocalFile.writeTo
(OutputStream os, ProgressMonitor pm) void
TemporaryBuffer.writeTo
(OutputStream os, ProgressMonitor pm) Send this buffer to an output stream.