Class Conversation<T>
java.lang.Object
com.atlassian.bamboo.caching.conversation.Conversation<T>
- Type Parameters:
T
- type of data stored in this conversation
A single conversation object returned by
ConversationStorageService
, for storing temporary data.-
Method Summary
-
Method Details
-
getId
public int getId() -
setValue
Set the value of this conversation. No other persisting mechanism is needed. -
getValue
-