public class StashListCommand extends GitCommand<java.util.Collection<RevCommit>>
repo| Constructor and Description |
|---|
StashListCommand(Repository repo)
Create a new stash list command
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<RevCommit> |
call()
Executes the command
|
checkCallable, getRepository, setCallablepublic StashListCommand(Repository repo)
repo - public java.util.Collection<RevCommit> call() throws GitAPIException, InvalidRefNameException
GitCommandcall 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 occursInvalidRefNameExceptionCopyright © 2012. All Rights Reserved.