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

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.model.CommentHelper.CommentHelperBuilder
Enclosing class:
CommentHelper

public static class CommentHelper.CommentHelperBuilder
extends Object


Constructor Summary
CommentHelper.CommentHelperBuilder()
           
 
Method Summary
 CommentHelper build()
           
 CommentHelper.CommentHelperBuilder comment(Comment comment)
           
 CommentHelper.CommentHelperBuilder issue(Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentHelper.CommentHelperBuilder

public CommentHelper.CommentHelperBuilder()
Method Detail

issue

public CommentHelper.CommentHelperBuilder issue(Issue issue)

comment

public CommentHelper.CommentHelperBuilder comment(Comment comment)

build

public CommentHelper build()


Copyright © 2002-2014 Atlassian. All Rights Reserved.