Uses of Interface
cdc.issues.answers.IssueComment
-
Packages that use IssueComment Package Description cdc.issues.answers -
-
Uses of IssueComment in cdc.issues.answers
Classes in cdc.issues.answers that implement IssueComment Modifier and Type Class Description classDefaultIssueCommentDefault implementation of IssueComment.Fields in cdc.issues.answers with type parameters of type IssueComment Modifier and Type Field Description protected List<IssueComment>DefaultIssueAnswer.Builder. commentsMethods in cdc.issues.answers that return types with arguments of type IssueComment Modifier and Type Method Description List<IssueComment>DefaultIssueAnswer. getComments()List<IssueComment>IssueAnswer. getComments()Methods in cdc.issues.answers with parameters of type IssueComment Modifier and Type Method Description DefaultIssueAnswerDefaultIssueAnswer. addComment(IssueComment comment)DefaultIssueAnswer.BuilderDefaultIssueAnswer.Builder. comment(IssueComment comment)Method parameters in cdc.issues.answers with type arguments of type IssueComment Modifier and Type Method Description DefaultIssueAnswer.BuilderDefaultIssueAnswer.Builder. comments(List<? extends IssueComment> comments)DefaultIssueAnswerDefaultIssueAnswer. setComments(List<IssueComment> comments)Constructor parameters in cdc.issues.answers with type arguments of type IssueComment Constructor Description DefaultIssueAnswer(IssueId issueId, String author, Instant creationDate, Instant modificationDate, IssueStatus status, IssueResolution resolution, String assignee, IssueSeverity newSeverity, List<IssueComment> comments)
-