Package com.codebarrel.jira.model.issue
Class CommentBean
java.lang.Object
com.codebarrel.jira.model.issue.CommentBean
- All Implemented Interfaces:
InputRenderable
- Direct Known Subclasses:
SmartCommentBean
-
Constructor Summary
ConstructorsConstructorDescriptionCommentBean(CommentBean copy) CommentBean(String self, Long id, UserBean author, Object body, UserBean updateAuthor, Date created, Date updated, Visibility visibility) -
Method Summary
-
Constructor Details
-
CommentBean
public CommentBean() -
CommentBean
-
CommentBean
-
-
Method Details
-
getSelf
-
getId
-
getAuthor
-
getBody
-
getRenderedBody
-
getUpdateAuthor
-
getCreated
-
getUpdated
-
getVisibility
-
toRenderedString
- Specified by:
toRenderedStringin interfaceInputRenderable
-
getIssueIdFromSelfLink
A massive hack to get around the fact that Jira doesn't return any issue information with the comment. This will be empty for server -
toString
-