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(java.lang.String stashRef)
Set the stash reference to apply
|
checkCallable, getRepository, setCallable
public StashApplyCommand(Repository repo)
repo
- public StashApplyCommand setStashRef(java.lang.String stashRef)
This will default to apply the latest stashed commit (stash@{0}) if unspecified
stashRef
- this
public ObjectId call() throws GitAPIException, WrongRepositoryStateException
call
in interface java.util.concurrent.Callable<ObjectId>
call
in class GitCommand<ObjectId>
GitAPIException
WrongRepositoryStateException
Copyright © 2012. All Rights Reserved.