|
||||||||||
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<RevCommit>>
org.eclipse.jgit.api.StashListCommand
public class StashListCommand
Command class to list the stashed commits in a repository.
Field Summary |
---|
Fields inherited from class org.eclipse.jgit.api.GitCommand |
---|
repo |
Constructor Summary | |
---|---|
StashListCommand(Repository repo)
Create a new stash list command |
Method Summary | |
---|---|
java.util.Collection<RevCommit> |
call()
Executes the command |
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 StashListCommand(Repository repo)
repo
- Method Detail |
---|
public java.util.Collection<RevCommit> call() throws GitAPIException, InvalidRefNameException
GitCommand
call
in interface java.util.concurrent.Callable<java.util.Collection<RevCommit>>
call
in class GitCommand<java.util.Collection<RevCommit>>
GitAPIException
- or subclass thereof when an error occurs
InvalidRefNameException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |