java.lang.Object
com.atlassian.jira.functest.framework.parser.comment.Comment

public class Comment extends Object
Simple class to hold the comment as shown on the view issue page.
Since:
v3.13
  • Constructor Details

    • Comment

      public Comment()
    • Comment

      public Comment(String comment, String details)
  • Method Details

    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getDetails

      public String getDetails()
    • setDetails

      public void setDetails(String details)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object