Modifier and Type | Method and Description |
---|---|
ProgressMonitor |
PushCommand.getProgressMonitor() |
ProgressMonitor |
FetchCommand.getProgressMonitor() |
Modifier and Type | Method and Description |
---|---|
PushCommand |
PushCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the push operation.
|
CloneCommand |
CloneCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
SubmoduleAddCommand |
SubmoduleAddCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
PullCommand |
PullCommand.setProgressMonitor(ProgressMonitor monitor) |
DiffCommand |
DiffCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the diff operation.
|
FetchCommand |
FetchCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the fetch operation.
|
RebaseCommand |
RebaseCommand.setProgressMonitor(ProgressMonitor monitor) |
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DiffEntry> |
RenameDetector.compute(ContentSource.Pair reader,
ProgressMonitor pm)
Detect renames in the current file set.
|
java.util.List<DiffEntry> |
RenameDetector.compute(ObjectReader reader,
ProgressMonitor pm)
Detect renames in the current file set.
|
java.util.List<DiffEntry> |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchingProgressMonitor
ProgressMonitor that batches update events.
|
class |
NullProgressMonitor
A NullProgressMonitor does not report progress anywhere.
|
class |
TextProgressMonitor
A simple progress reporter printing on a stream.
|
class |
ThreadSafeProgressMonitor
Wrapper around the general
ProgressMonitor to make it thread safe. |
Modifier and Type | Method and Description |
---|---|
boolean |
IndexDiff.diff(ProgressMonitor monitor,
int estWorkTreeSize,
int estIndexSize,
java.lang.String title)
Run the diff operation.
|
Constructor and Description |
---|
ThreadSafeProgressMonitor(ProgressMonitor pm)
Wrap a ProgressMonitor to be thread safe.
|
Modifier and Type | Method and Description |
---|---|
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.
|
PackLock |
DfsPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving) |
Modifier and Type | Method and Description |
---|---|
PackLock |
ObjectDirectoryPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving) |
Modifier and Type | Method and Description |
---|---|
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
java.util.Collection<? extends ObjectId> want,
java.util.Collection<? extends ObjectId> have)
Deprecated.
to be removed in 2.0; use the Set version of this method.
|
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
ObjectWalk walk,
java.util.Collection<? extends ObjectId> interestingObjects,
java.util.Collection<? extends ObjectId> uninterestingObjects)
Deprecated.
to be removed in 2.0; use the Set version of this method.
|
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
ObjectWalk walk,
java.util.Set<? extends ObjectId> interestingObjects,
java.util.Set<? extends ObjectId> uninterestingObjects)
Prepare the list of objects to be written to the pack stream.
|
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
java.util.Set<? extends ObjectId> want,
java.util.Set<? extends ObjectId> have)
Prepare the list of objects to be written to the pack stream.
|
void |
ObjectReuseAsIs.selectObjectRepresentation(PackWriter packer,
ProgressMonitor monitor,
java.lang.Iterable<ObjectToPack> objects)
Select the best object representation for a packer.
|
void |
PackWriter.writePack(ProgressMonitor compressMonitor,
ProgressMonitor writeMonitor,
java.io.OutputStream packStream)
Write the prepared pack to the supplied stream.
|
Constructor and Description |
---|
PackOutputStream(ProgressMonitor writeMonitor,
java.io.OutputStream out,
PackWriter pw)
Initialize a pack output stream.
|
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
AmazonS3.beginPut(java.lang.String bucket,
java.lang.String key,
ProgressMonitor monitor,
java.lang.String monitorTask)
Atomically create or replace a single large object.
|
protected void |
BasePackFetchConnection.doFetch(ProgressMonitor monitor,
java.util.Collection<Ref> want,
java.util.Set<ObjectId> have)
Execute common ancestor negotiation and fetch the objects.
|
protected void |
BasePackPushConnection.doPush(ProgressMonitor monitor,
java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
Push one or more objects and update the remote repository.
|
void |
FetchConnection.fetch(ProgressMonitor monitor,
java.util.Collection<Ref> want,
java.util.Set<ObjectId> have)
Fetch objects we don't have but that are reachable from advertised refs.
|
void |
BasePackFetchConnection.fetch(ProgressMonitor monitor,
java.util.Collection<Ref> want,
java.util.Set<ObjectId> have) |
FetchResult |
Transport.fetch(ProgressMonitor monitor,
java.util.Collection<RefSpec> toFetch)
Fetch objects and refs from the remote repository to the local one.
|
PackLock |
PackParser.parse(ProgressMonitor progress)
Parse the pack stream.
|
PackLock |
PackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving)
Parse the pack stream.
|
PushResult |
Transport.push(ProgressMonitor monitor,
java.util.Collection<RemoteRefUpdate> toPush)
Push objects and refs from the local repository to the remote one.
|
void |
PushConnection.push(ProgressMonitor monitor,
java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates)
Pushes to the remote repository basing on provided specification.
|
void |
BasePackPushConnection.push(ProgressMonitor monitor,
java.util.Map<java.lang.String,RemoteRefUpdate> refUpdates) |
void |
BundleWriter.writeBundle(ProgressMonitor monitor,
java.io.OutputStream os)
Generate and write the bundle to the output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
TemporaryBuffer.writeTo(java.io.OutputStream os,
ProgressMonitor pm)
Send this buffer to an output stream.
|
void |
TemporaryBuffer.LocalFile.writeTo(java.io.OutputStream os,
ProgressMonitor pm) |
Copyright © 2012. All Rights Reserved.