public interface StashManager
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
checkIfStashExists(T stashId) |
<T> Stash<T> |
createStashIfNotExists(T stashId) |
<T> Stash<T> |
getStash(T stashId) |
Copyright © 2018. All rights reserved.