Class StashListCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<Collection<RevCommit>>
org.eclipse.jgit.api.StashListCommand
All Implemented Interfaces:
Callable<Collection<RevCommit>>

public class StashListCommand extends GitCommand<Collection<RevCommit>>
Command class to list the stashed commits in a repository.
See Also: