Uses of Class
com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation
Packages that use RemoteLinkConversationService.CreationConversation
-
Uses of RemoteLinkConversationService.CreationConversation in com.atlassian.greenhopper.service.api.remote
Methods in com.atlassian.greenhopper.service.api.remote that return types with arguments of type RemoteLinkConversationService.CreationConversationModifier and TypeMethodDescriptionRemoteLinkConversationService.getConversation
(String token) Returns the conversation associated with the given token.RemoteLinkConversationServiceImpl.getConversation
(String token) RemoteLinkConversationService.redeemConversation
(String token) Reddeems the conversation associated with the given token.RemoteLinkConversationServiceImpl.redeemConversation
(String token) RemoteLinkConversationService.startConversation
(com.atlassian.jira.user.ApplicationUser user) Starts a new conversation for the logged in user, passes it in theRemoteLinkConversationService.CreationConversation.Status.PENDING
state and returns the conversation token.RemoteLinkConversationServiceImpl.startConversation
(com.atlassian.jira.user.ApplicationUser user)