net.thucydides.plugins.jira.model
Class IssueComment
java.lang.Object
net.thucydides.plugins.jira.model.IssueComment
public class IssueComment
- extends Object
A comment associated with a given issue.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueComment
public IssueComment(Long id,
String text,
String author)
getId
public Long getId()
getText
public String getText()
getAuthor
public String getAuthor()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.