Java org.eclipse.jgit.api StashDropCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api StashDropCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api StashDropCommand.

The text is from its open source code.

Method

ObjectIdcall()

Drop the configured entry from the stash reflog and return value of the stash reference after the drop occurs

StashDropCommandsetAll(boolean all)
Set whether to drop all stashed commits
StashDropCommandsetStashRef(int stashRef)
Set the stash reference to drop (0-based).