Class Conversation<T>
- java.lang.Object
-
- com.atlassian.bamboo.caching.conversation.Conversation<T>
-
- Type Parameters:
T
- type of data stored in this conversation
@ThreadSafe public class Conversation<T> extends Object
A single conversation object returned byConversationStorageService
, for storing temporary data.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
T
getValue()
void
setValue(T value)
Set the value of this conversation.
-