t

gitbucket.core.service

HandleCommentService

trait HandleCommentService extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HandleCommentService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def deleteCommentByApi(repoInfo: RepositoryInfo, comment: IssueComment, issue: Issue)(implicit context: Context, s: (blockingApi)#Session): Option[IssueComment]
  2. def handleComment(issue: Issue, content: Option[String], repository: RepositoryInfo, actionOpt: Option[String])(implicit context: Context, s: (blockingApi)#Session): Option[(Issue, Int)]

  3. def updateCommentByApi(repository: RepositoryInfo, issue: Issue, commentId: String, content: Option[String])(implicit context: Context, s: (blockingApi)#Session): Option[(Issue, Int)]