Uses of Class
org.eclipse.jgit.api.StashDropCommand

Packages that use StashDropCommand
org.eclipse.jgit.api   
 

Uses of StashDropCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return StashDropCommand
 StashDropCommand StashDropCommand.setAll(boolean all)
          Set wheter drop all stashed commits
 StashDropCommand StashDropCommand.setStashRef(int stashRef)
          Set the stash reference to drop (0-based).
 StashDropCommand Git.stashDrop()
          Returns a command object used to drop a stashed commit
 



Copyright © 2012. All Rights Reserved.