Uses of Class
org.eclipse.jgit.api.StashDropCommand
-
Packages that use StashDropCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of StashDropCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return StashDropCommand Modifier and Type Method Description StashDropCommandStashDropCommand. setAll(boolean all)Set whether to drop all stashed commitsStashDropCommandStashDropCommand. setStashRef(int stashRef)Set the stash reference to drop (0-based).StashDropCommandGit. stashDrop()Return a command object used to drop a stashed commit
-