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
|
void |
setApplyIndex(boolean applyIndex) |
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, NoHeadException, StashApplyFailureException
call in interface Callable<ObjectId>call in class GitCommand<ObjectId>GitAPIExceptionWrongRepositoryStateExceptionNoHeadExceptionStashApplyFailureExceptionpublic void setApplyIndex(boolean applyIndex)
applyIndex - true (default) if the command should restore the index stateCopyright © 2013. All rights reserved.