Uses of Class
com.atlassian.bamboo.caching.conversation.Conversation
-
Uses of Conversation in com.atlassian.bamboo.caching.conversation
Modifier and TypeMethodDescription<T> @NotNull Conversation<T>
ConversationStorageService.createConversation
(T initialValue) Deprecated.Creates a new conversation object for storing temporary data, initialized with the given value.<T> @NotNull Conversation<T>
ConversationStorageServiceImpl.createConversation
(T initialValue) Modifier and TypeMethodDescription<T> @NotNull Optional<Conversation<T>>
ConversationStorageService.getConversation
(int conversationId, @NotNull Class<T> valueClass) Deprecated.Returns an existing conversation object orOptional.empty()
if a conversation does not exist with the provided id (e.g.<T> @NotNull Optional<Conversation<T>>
ConversationStorageServiceImpl.getConversation
(int conversationId, @NotNull Class<T> valueClass)