Interface IssueNote

All Superinterfaces:
UserProvider

public interface IssueNote extends UserProvider
Represents a text note that has been applied to an Issue by an User An IssueNote always represents a snapshot, that means the current state of the note. Any changes applied to the note by other threads or processes will not change this IssueNote.
Since:
10.0.146
  • Method Details

    • getIssueId

      Long getIssueId()
      Returns:
      the id of the Issue associated with this IssueNote.
      Since:
      10.0.146
    • getText

      String getText()
      Returns:
      the text of the note as String
      Since:
      10.0.146
    • getDateCreated

      Date getDateCreated()
      Returns:
      the creation date of the note
      Since:
      10.0.146