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() |
checkCallable, getRepository, setCallable
public StashListCommand(Repository repo)
repo
- a Repository
object.public java.util.Collection<RevCommit> call() throws GitAPIException, InvalidRefNameException
Execute the command
call
in interface java.util.concurrent.Callable<java.util.Collection<RevCommit>>
call
in class GitCommand<java.util.Collection<RevCommit>>
GitAPIException
InvalidRefNameException