public interface Comment
Issue.| Modifier and Type | Method and Description |
|---|---|
Instant |
creationDate()
The instant when the comment was created.
|
String |
id()
The comment's ID.
|
Issue |
issue()
The
issue on which this comment was created. |
String |
text()
The text content of the comment.
|
String id()
Instant creationDate()
String text()
Copyright © 2017 George Aristy. All rights reserved.