com.atlassian.jira.plugin.webfragment.model
Class CommentHelper

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.model.JiraHelper
      extended by com.atlassian.jira.plugin.webfragment.model.CommentHelper

public class CommentHelper
extends JiraHelper

Specific implementation of JiraHelper which holds issue and comment.

Since:
6.2

Nested Class Summary
static class CommentHelper.CommentHelperBuilder
           
 
Constructor Summary
CommentHelper(javax.servlet.http.HttpServletRequest request, Project project, com.atlassian.fugue.Option<Issue> issue, com.atlassian.fugue.Option<Comment> comment)
           
 
Method Summary
static CommentHelper.CommentHelperBuilder builder()
           
 Map<String,Object> getContextParams()
           
 
Methods inherited from class com.atlassian.jira.plugin.webfragment.model.JiraHelper
equals, getProject, getProjectObject, getQueryString, getRequest, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentHelper

public CommentHelper(javax.servlet.http.HttpServletRequest request,
                     Project project,
                     com.atlassian.fugue.Option<Issue> issue,
                     com.atlassian.fugue.Option<Comment> comment)
Method Detail

getContextParams

public Map<String,Object> getContextParams()
Overrides:
getContextParams in class JiraHelper

builder

public static CommentHelper.CommentHelperBuilder builder()


Copyright © 2002-2014 Atlassian. All Rights Reserved.