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