|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.api.GitCommand<T>
org.eclipse.jgit.api.TransportCommand<PullCommand,PullResult>
org.eclipse.jgit.api.PullCommand
public class PullCommand
The Pull command
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jgit.api.TransportCommand |
|---|
credentialsProvider, timeout, transportConfigCallback |
| Fields inherited from class org.eclipse.jgit.api.GitCommand |
|---|
repo |
| Constructor Summary | |
|---|---|
protected |
PullCommand(Repository repo)
|
| Method Summary | |
|---|---|
PullResult |
call()
Executes the Pull command with all the options and parameters
collected by the setter methods (e.g. |
PullCommand |
setProgressMonitor(ProgressMonitor monitor)
|
| Methods inherited from class org.eclipse.jgit.api.TransportCommand |
|---|
configure, configure, self, setCredentialsProvider, setTimeout, setTransportConfigCallback |
| Methods inherited from class org.eclipse.jgit.api.GitCommand |
|---|
checkCallable, getRepository, setCallable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PullCommand(Repository repo)
repo - | Method Detail |
|---|
public PullCommand setProgressMonitor(ProgressMonitor monitor)
monitor - a progress monitor
public PullResult call()
throws WrongRepositoryStateException,
InvalidConfigurationException,
DetachedHeadException,
InvalidRemoteException,
CanceledException,
RefNotFoundException,
NoHeadException
Pull command with all the options and parameters
collected by the setter methods (e.g.
setProgressMonitor(ProgressMonitor)) of this class. Each
instance of this class should only be used for one invocation of the
command. Don't call this method twice on an instance.
WrongRepositoryStateException
InvalidConfigurationException
DetachedHeadException
InvalidRemoteException
CanceledException
RefNotFoundException
NoHeadException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||