Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.