Uses of Class
io.gitea.model.TimelineComment
-
Packages that use TimelineComment Package Description io.gitea.api io.gitea.model -
-
Uses of TimelineComment in io.gitea.api
Methods in io.gitea.api that return types with arguments of type TimelineComment Modifier and Type Method Description java.util.List<TimelineComment>IssueApi. issueGetCommentsAndTimeline(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, java.lang.Integer page, java.lang.Integer limit, org.threeten.bp.OffsetDateTime before)List all comments and events on an issueApiResponse<java.util.List<TimelineComment>>IssueApi. issueGetCommentsAndTimelineWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, java.lang.Integer page, java.lang.Integer limit, org.threeten.bp.OffsetDateTime before)List all comments and events on an issueMethod parameters in io.gitea.api with type arguments of type TimelineComment Modifier and Type Method Description com.squareup.okhttp.CallIssueApi. issueGetCommentsAndTimelineAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, java.lang.Integer page, java.lang.Integer limit, org.threeten.bp.OffsetDateTime before, ApiCallback<java.util.List<TimelineComment>> callback)List all comments and events on an issue (asynchronously) -
Uses of TimelineComment in io.gitea.model
Methods in io.gitea.model that return TimelineComment Modifier and Type Method Description TimelineCommentTimelineComment. assignee(User assignee)TimelineCommentTimelineComment. assigneeTeam(Team assigneeTeam)TimelineCommentTimelineComment. body(java.lang.String body)TimelineCommentTimelineComment. createdAt(org.threeten.bp.OffsetDateTime createdAt)TimelineCommentTimelineComment. dependentIssue(Issue dependentIssue)TimelineCommentTimelineComment. htmlUrl(java.lang.String htmlUrl)TimelineCommentTimelineComment. id(java.lang.Long id)TimelineCommentTimelineComment. issueUrl(java.lang.String issueUrl)TimelineCommentTimelineComment. label(Label label)TimelineCommentTimelineComment. milestone(Milestone milestone)TimelineCommentTimelineComment. newRef(java.lang.String newRef)TimelineCommentTimelineComment. newTitle(java.lang.String newTitle)TimelineCommentTimelineComment. oldMilestone(Milestone oldMilestone)TimelineCommentTimelineComment. oldProjectId(java.lang.Long oldProjectId)TimelineCommentTimelineComment. oldRef(java.lang.String oldRef)TimelineCommentTimelineComment. oldTitle(java.lang.String oldTitle)TimelineCommentTimelineComment. projectId(java.lang.Long projectId)TimelineCommentTimelineComment. pullRequestUrl(java.lang.String pullRequestUrl)TimelineCommentTimelineComment. refAction(java.lang.String refAction)TimelineCommentTimelineComment. refComment(Comment refComment)TimelineCommentTimelineComment. refCommitSha(java.lang.String refCommitSha)TimelineCommentTimelineComment. refIssue(Issue refIssue)TimelineCommentTimelineComment. removedAssignee(java.lang.Boolean removedAssignee)TimelineCommentTimelineComment. resolveDoer(User resolveDoer)TimelineCommentTimelineComment. reviewId(java.lang.Long reviewId)TimelineCommentTimelineComment. trackedTime(TrackedTime trackedTime)TimelineCommentTimelineComment. type(java.lang.String type)TimelineCommentTimelineComment. updatedAt(org.threeten.bp.OffsetDateTime updatedAt)TimelineCommentTimelineComment. user(User user)
-