public class

CommentHelper

extends JiraHelper
java.lang.Object
   ↳ com.atlassian.jira.plugin.webfragment.model.JiraHelper
     ↳ com.atlassian.jira.plugin.webfragment.model.CommentHelper

Class Overview

Specific implementation of JiraHelper which holds issue and comment.

Summary

Nested Classes
class CommentHelper.CommentHelperBuilder  
Public Constructors
CommentHelper(HttpServletRequest request, Project project, Option<Issue> issue, Option<Comment> comment)
Public Methods
static CommentHelper.CommentHelperBuilder builder()
Map<StringObject> getContextParams()
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.webfragment.model.JiraHelper
From class java.lang.Object

Public Constructors

public CommentHelper (HttpServletRequest request, Project project, Option<Issue> issue, Option<Comment> comment)

Public Methods

public static CommentHelper.CommentHelperBuilder builder ()

public Map<StringObject> getContextParams ()