com.atlassian.jira.pageobjects.pages.viewissue.link.activity
Class Comment

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.viewissue.link.activity.Comment

public class Comment
extends Object

Represents a comment in a JIRA issue.

Since:
v5.0

Constructor Summary
Comment(String text)
           
Comment(String text, String restriction)
           
 
Method Summary
 boolean equals(Object o)
           
 String getRestriction()
           
 String getText()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Comment

public Comment(String text,
               String restriction)

Comment

public Comment(String text)
Method Detail

getText

public String getText()

getRestriction

public String getRestriction()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.