Package | Description |
---|---|
com.atlassian.bamboo.caching.conversation |
Modifier and Type | Method and Description |
---|---|
<T> Conversation<T> |
ConversationStorageServiceImpl.createConversation(T initialValue) |
<T> Conversation<T> |
ConversationStorageService.createConversation(T initialValue)
Creates a new conversation object for storing temporary data, initialized with the given value.
|
Modifier and Type | Method and Description |
---|---|
<T> Optional<Conversation<T>> |
ConversationStorageServiceImpl.getConversation(int conversationId,
Class<T> valueClass) |
<T> Optional<Conversation<T>> |
ConversationStorageService.getConversation(int conversationId,
Class<T> valueClass)
Returns an existing conversation object or
Optional.empty() if a conversation does not exist with the
provided id (e.g. |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.