public class StashApplyCommand extends GitCommand<ObjectId>
repo| Constructor and Description |
|---|
StashApplyCommand(Repository repo)
Create command to apply the changes of a stashed commit
|
| Modifier and Type | Method and Description |
|---|---|
ObjectId |
call()
Apply the changes in a stashed commit to the working directory and index
|
StashApplyCommand |
setStashRef(String stashRef)
Set the stash reference to apply
|
checkCallable, getRepository, setCallablepublic StashApplyCommand(Repository repo)
repo - public StashApplyCommand setStashRef(String stashRef)
This will default to apply the latest stashed commit (stash@{0}) if unspecified
stashRef - thispublic ObjectId call() throws GitAPIException, WrongRepositoryStateException
call in interface Callable<ObjectId>call in class GitCommand<ObjectId>GitAPIExceptionWrongRepositoryStateExceptionCopyright © 2013. All Rights Reserved.