|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.api.GitCommand<java.util.Collection<ReflogEntry>>
org.eclipse.jgit.api.ReflogCommand
public class ReflogCommand
The reflog command
Field Summary |
---|
Fields inherited from class org.eclipse.jgit.api.GitCommand |
---|
repo |
Constructor Summary | |
---|---|
ReflogCommand(Repository repo)
|
Method Summary | |
---|---|
java.util.Collection<ReflogEntry> |
call()
Run the reflog command |
ReflogCommand |
setRef(java.lang.String ref)
The ref used for the reflog operation. |
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 |
---|
public ReflogCommand(Repository repo)
repo
- Method Detail |
---|
public ReflogCommand setRef(java.lang.String ref)
ref
-
this
public java.util.Collection<ReflogEntry> call() throws GitAPIException, InvalidRefNameException
call
in interface java.util.concurrent.Callable<java.util.Collection<ReflogEntry>>
call
in class GitCommand<java.util.Collection<ReflogEntry>>
GitAPIException
InvalidRefNameException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |