Package org.eclipse.jgit.api
Class StashListCommand
- All Implemented Interfaces:
Callable<Collection<RevCommit>>
Command class to list the stashed commits in a repository.
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.jgit.api.GitCommand
repo
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jgit.api.GitCommand
checkCallable, getRepository, setCallable
-
Constructor Details
-
StashListCommand
Create a new stash list command- Parameters:
repo
- aRepository
object.
-
-
Method Details
-
call
Execute the command
- Specified by:
call
in interfaceCallable<Collection<RevCommit>>
- Specified by:
call
in classGitCommand<Collection<RevCommit>>
- Throws:
GitAPIException
InvalidRefNameException
-