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
Methods in org.eclipse.jgit.api that return ProgressMonitorModifier and TypeMethodDescriptionDeleteBranchCommand.getProgressMonitor()
Retrieves the progress monitor.FetchCommand.getProgressMonitor()
Get progress monitorPushCommand.getProgressMonitor()
Get the progress monitorMethods in org.eclipse.jgit.api with parameters of type ProgressMonitorModifier and TypeMethodDescriptionCheckoutCommand.setProgressMonitor
(ProgressMonitor monitor) Set progress monitorCherryPickCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the cherry-pick operation.CloneCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the clone operation.DeleteBranchCommand.setProgressMonitor
(ProgressMonitor monitor) Sets the progress monitor associated with the delete 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
Methods in org.eclipse.jgit.diff with parameters of type ProgressMonitorModifier and TypeMethodDescriptionRenameDetector.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.void
DiffFormatter.setProgressMonitor
(ProgressMonitor pm) Set the progress monitor for long running rename detection. -
Uses of ProgressMonitor in org.eclipse.jgit.dircache
Methods 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
Methods 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.commitgraph
Methods in org.eclipse.jgit.internal.storage.commitgraph with parameters of type ProgressMonitorModifier and TypeMethodDescriptionstatic GraphCommits
GraphCommits.fromWalk
(ProgressMonitor pm, Set<? extends ObjectId> wants, RevWalk walk) Prepare and create the commits forCommitGraphWriter
from the RevWalk.CommitGraphWriter.write
(ProgressMonitor monitor, OutputStream commitGraphStream) Write commit-graph to the supplied stream. -
Uses of ProgressMonitor in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ProgressMonitorModifier and TypeMethodDescriptionDfsFsck.check
(ProgressMonitor pm) Verify the integrity and connectivity of all objects in the object database.void
DfsPackCompactor.compact
(ProgressMonitor pm) Compact the pack files together.boolean
DfsGarbageCollector.pack
(ProgressMonitor pm) Create a single new pack file containing all of the live objects.DfsPackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) void
DfsReader.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) static void
DfsBundleWriter.writeEntireRepositoryAsBundle
(ProgressMonitor pm, OutputStream os, DfsRepository db) Writes the entireDfsRepository
to a Git bundle. -
Uses of ProgressMonitor in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
FileRepository.autoGC
(ProgressMonitor monitor) ObjectDirectoryPackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) Set the progress monitor used for garbage collection methods. -
Uses of ProgressMonitor in org.eclipse.jgit.internal.storage.io
Methods in org.eclipse.jgit.internal.storage.io that return ProgressMonitorModifier and TypeMethodDescriptionfinal ProgressMonitor
CancellableDigestOutputStream.getWriteMonitor()
Get the monitor which is used to update on output progress and check cancel.Constructors in org.eclipse.jgit.internal.storage.io with parameters of type ProgressMonitorModifierConstructorDescriptionCancellableDigestOutputStream
(ProgressMonitor writeMonitor, OutputStream out) Initialize a CancellableDigestOutputStream. -
Uses of ProgressMonitor in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ProgressMonitorModifier and TypeMethodDescriptionboolean
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.void
ObjectReuseAsIs.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) Select the best object representation for a packer.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 ProgressMonitorModifierConstructorDescriptionPackOutputStream
(ProgressMonitor writeMonitor, OutputStream out, PackWriter pw) Initialize a pack output stream. -
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) -
Uses of ProgressMonitor in org.eclipse.jgit.internal.transport.connectivity
Methods in org.eclipse.jgit.internal.transport.connectivity with parameters of type ProgressMonitorModifier and TypeMethodDescriptionvoid
FullConnectivityChecker.checkConnectivity
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> haves, ProgressMonitor pm) void
IterativeConnectivityChecker.checkConnectivity
(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> advertisedHaves, ProgressMonitor pm) -
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.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 ProgressMonitorModifierConstructorDescriptionWrap 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.revwalk
Methods 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.RevWalk.getMergedInto
(RevCommit commit, Collection<Ref> refs, ProgressMonitor monitor) Determine the Refs into which a commit is merged.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
Methods 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 void
BasePackFetchConnection.doFetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream outputStream) Execute common ancestor negotiation and fetch the objects.protected void
BasePackPushConnection.doPush
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream outputStream) Push one or more objects and update the remote repository.final void
BasePackFetchConnection.fetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have) final void
BasePackFetchConnection.fetch
(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream outputStream) 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.final PackLock
PackParser.parse
(ProgressMonitor progress) Parse the pack stream.PackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) Parse the pack stream.void
BasePackPushConnection.push
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates) void
BasePackPushConnection.push
(ProgressMonitor monitor, Map<String, RemoteRefUpdate> refUpdates, OutputStream outputStream) 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
BundleWriter.writeBundle
(ProgressMonitor monitor, OutputStream os) Generate and write the bundle to the output stream. -
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.