Callable<Collection<RevCommit>>public class StashListCommand extends GitCommand<Collection<RevCommit>>
repo| Constructor | Description |
|---|---|
StashListCommand(Repository repo) |
Create a new stash list command
|
| Modifier and Type | Method | Description |
|---|---|---|
Collection<RevCommit> |
call() |
Executes the command
|
checkCallable, getRepository, setCallablepublic StashListCommand(Repository repo)
repo - public Collection<RevCommit> call() throws GitAPIException, InvalidRefNameException
GitCommandcall in interface Callable<Collection<RevCommit>>call in class GitCommand<Collection<RevCommit>>GitAPIException - or subclass thereof when an error occursInvalidRefNameExceptionCopyright © 2018. All rights reserved.