Interface StashManager

    • Method Detail

      • checkIfStashExists

        <T> boolean checkIfStashExists​(T stashId)
      • getStash

        <T> Stash<T> getStash​(T stashId)
      • createStashIfNotExists

        <T> Stash<T> createStashIfNotExists​(T stashId)