Uses of Interface
org.eclipse.jgit.lib.ProgressMonitor
-
Packages that use ProgressMonitor Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.gitrepo org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.io org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.internal.storage.reftable org.eclipse.jgit.internal.transport.connectivity org.eclipse.jgit.junit org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.util Utility classes. -
-
Uses of ProgressMonitor in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return ProgressMonitor Modifier and Type Method Description ProgressMonitorFetchCommand. getProgressMonitor()Get progress monitorProgressMonitorPushCommand. getProgressMonitor()Get the progress monitorMethods in org.eclipse.jgit.api with parameters of type ProgressMonitor Modifier and Type Method Description CheckoutCommandCheckoutCommand. setProgressMonitor(ProgressMonitor monitor)CherryPickCommandCherryPickCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the cherry-pick operation.CloneCommandCloneCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the clone operation.DiffCommandDiffCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the diff operation.FetchCommandFetchCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the fetch operation.GarbageCollectCommandGarbageCollectCommand. setProgressMonitor(ProgressMonitor monitor)Set progress monitorMergeCommandMergeCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the diff operation.PullCommandPullCommand. setProgressMonitor(ProgressMonitor monitor)Set progress monitorPushCommandPushCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the push operation.RebaseCommandRebaseCommand. setProgressMonitor(ProgressMonitor monitor)Set progress monitorResetCommandResetCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the reset operation.RevertCommandRevertCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the revert operation.StatusCommandStatusCommand. setProgressMonitor(ProgressMonitor progressMonitor)To set theProgressMonitorwhich contains callback methods to inform you about the progress of this command.SubmoduleAddCommandSubmoduleAddCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the clone operation.SubmoduleUpdateCommandSubmoduleUpdateCommand. 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 ProgressMonitor Modifier and Type Method Description List<DiffEntry>RenameDetector. compute(ContentSource.Pair reader, ProgressMonitor pm)Detect renames in the current file set.List<DiffEntry>RenameDetector. compute(ObjectReader reader, ProgressMonitor pm)Detect renames in the current file set.List<DiffEntry>RenameDetector. compute(ProgressMonitor pm)Detect renames in the current file set.voidDiffFormatter. 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 ProgressMonitor Modifier and Type Method Description voidDirCacheCheckout. 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 ProgressMonitor Modifier and Type Method Description RepoCommandRepoCommand. 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 ProgressMonitor Modifier and Type Method Description FsckErrorDfsFsck. check(ProgressMonitor pm)Verify the integrity and connectivity of all objects in the object database.voidDfsPackCompactor. compact(ProgressMonitor pm)Compact the pack files together.booleanDfsGarbageCollector. pack(ProgressMonitor pm)Create a single new pack file containing all of the live objects.PackLockDfsPackParser. parse(ProgressMonitor receiving, ProgressMonitor resolving)Parse the pack stream.voidDfsReader. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects)static voidDfsBundleWriter. writeEntireRepositoryAsBundle(ProgressMonitor pm, OutputStream os, DfsRepository db)Writes the entireDfsRepositoryto 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 ProgressMonitor Modifier and Type Method Description voidFileRepository. autoGC(ProgressMonitor monitor)Check whether any housekeeping is required; if yes, run garbage collection; if not, exit without performing any work.PackLockObjectDirectoryPackParser. parse(ProgressMonitor receiving, ProgressMonitor resolving)Parse the pack stream.GCGC. setProgressMonitor(ProgressMonitor pm)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 ProgressMonitor Modifier and Type Method Description ProgressMonitorCancellableDigestOutputStream. 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 ProgressMonitor Constructor Description CancellableDigestOutputStream(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 ProgressMonitor Modifier and Type Method Description booleanPackWriter. prepareBitmapIndex(ProgressMonitor pm)Prepares the bitmaps to be written to the bitmap index file.voidPackWriter. preparePack(ProgressMonitor countingMonitor, Set<? extends ObjectId> want, Set<? extends ObjectId> have)Prepare the list of objects to be written to the pack stream.voidPackWriter. 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.voidPackWriter. 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.voidPackWriter. 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.voidObjectReuseAsIs. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects)Select the best object representation for a packer.voidPackWriter. 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 ProgressMonitor Constructor Description PackOutputStream(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 ProgressMonitor Modifier and Type Method Description voidReftableBatchRefUpdate. 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 ProgressMonitor Modifier and Type Method Description voidFullConnectivityChecker. checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> haves, ProgressMonitor pm)voidIterativeConnectivityChecker. checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> advertisedHaves, ProgressMonitor pm) -
Uses of ProgressMonitor in org.eclipse.jgit.junit
Classes in org.eclipse.jgit.junit that implement ProgressMonitor Modifier and Type Class Description classStrictWorkMonitorStrict work monitor -
Uses of ProgressMonitor in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib that implement ProgressMonitor Modifier and Type Class Description classBatchingProgressMonitorProgressMonitor that batches update events.classEmptyProgressMonitorA convenient base class which provides empty method bodies for all ProgressMonitor methods.classNullProgressMonitorA NullProgressMonitor does not report progress anywhere.classTextProgressMonitorA simple progress reporter printing on a stream.classThreadSafeProgressMonitorWrapper around the generalProgressMonitorto make it thread safe.Methods in org.eclipse.jgit.lib with parameters of type ProgressMonitor Modifier and Type Method Description voidRepository. autoGC(ProgressMonitor monitor)Check whether any housekeeping is required; if yes, run garbage collection; if not, exit without performing any work.booleanIndexDiff. diff(ProgressMonitor monitor, int estWorkTreeSize, int estIndexSize, String title)Run the diff operation.booleanIndexDiff. diff(ProgressMonitor monitor, int estWorkTreeSize, int estIndexSize, String title, RepositoryBuilderFactory factory)Run the diff operation.voidBatchRefUpdate. execute(RevWalk walk, ProgressMonitor monitor)Execute this batch update without option strings.voidBatchRefUpdate. execute(RevWalk walk, ProgressMonitor monitor, List<String> options)Execute this batch update.Constructors in org.eclipse.jgit.lib with parameters of type ProgressMonitor Constructor Description ThreadSafeProgressMonitor(ProgressMonitor pm)Wrap a ProgressMonitor to be thread safe. -
Uses of ProgressMonitor in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as ProgressMonitor Modifier and Type Field Description protected ProgressMonitorMerger. monitorA progress monitor.Methods in org.eclipse.jgit.merge with parameters of type ProgressMonitor Modifier and Type Method Description voidMerger. 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 ProgressMonitor Modifier and Type Method Description static List<Ref>RevWalkUtils. findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, Collection<Ref> refs, ProgressMonitor monitor)Find the list of branches a given commit is reachable from when following parents.List<Ref>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 ProgressMonitor Constructor Description BitmapWalker(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 ProgressMonitor Modifier and Type Method Description OutputStreamAmazonS3. beginPut(String bucket, String key, ProgressMonitor monitor, String monitorTask)Atomically create or replace a single large object.voidConnectivityChecker. checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> haves, ProgressMonitor pm)Checks connectivity of the commit graph after pack uploading.protected voidBasePackFetchConnection. doFetch(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream outputStream)Execute common ancestor negotiation and fetch the objects.protected voidBasePackPushConnection. doPush(ProgressMonitor monitor, Map<String,RemoteRefUpdate> refUpdates, OutputStream outputStream)Push one or more objects and update the remote repository.voidBasePackFetchConnection. fetch(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have)Fetch objects we don't have but that are reachable from advertised refs.voidBasePackFetchConnection. fetch(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream outputStream)Fetch objects we don't have but that are reachable from advertised refs.voidFetchConnection. fetch(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have)Fetch objects we don't have but that are reachable from advertised refs.voidFetchConnection. fetch(ProgressMonitor monitor, Collection<Ref> want, Set<ObjectId> have, OutputStream out)Fetch objects we don't have but that are reachable from advertised refs.FetchResultTransport. fetch(ProgressMonitor monitor, Collection<RefSpec> toFetch)Fetch objects and refs from the remote repository to the local one.FetchResultTransport. fetch(ProgressMonitor monitor, Collection<RefSpec> toFetch, String branch)Fetch objects and refs from the remote repository to the local one.PackLockPackParser. parse(ProgressMonitor progress)Parse the pack stream.PackLockPackParser. parse(ProgressMonitor receiving, ProgressMonitor resolving)Parse the pack stream.voidBasePackPushConnection. push(ProgressMonitor monitor, Map<String,RemoteRefUpdate> refUpdates)Pushes to the remote repository basing on provided specification.voidBasePackPushConnection. push(ProgressMonitor monitor, Map<String,RemoteRefUpdate> refUpdates, OutputStream outputStream)Pushes to the remote repository basing on provided specification.voidPushConnection. push(ProgressMonitor monitor, Map<String,RemoteRefUpdate> refUpdates)Pushes to the remote repository basing on provided specification.voidPushConnection. push(ProgressMonitor monitor, Map<String,RemoteRefUpdate> refUpdates, OutputStream out)Pushes to the remote repository basing on provided specification.PushResultTransport. push(ProgressMonitor monitor, Collection<RemoteRefUpdate> toPush)Push objects and refs from the local repository to the remote one.PushResultTransport. push(ProgressMonitor monitor, Collection<RemoteRefUpdate> toPush, OutputStream out)Push objects and refs from the local repository to the remote one.voidBundleWriter. 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 ProgressMonitor Modifier and Type Method Description voidTemporaryBuffer.LocalFile. writeTo(OutputStream os, ProgressMonitor pm)voidTemporaryBuffer. writeTo(OutputStream os, ProgressMonitor pm)Send this buffer to an output stream.
-