t

gitbucket.core.service

CommitsService

trait CommitsService extends AnyRef

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

Value Members

  1. def createCommitComment(owner: String, repository: String, commitId: String, loginUser: String, content: String, fileName: Option[String], oldLine: Option[Int], newLine: Option[Int], issueId: Option[Int])(implicit s: (blockingApi)#Session): Int
  2. def deleteCommitComment(commentId: Int)(implicit s: (blockingApi)#Session): Int
  3. def getCommitComment(owner: String, repository: String, commentId: String)(implicit s: (blockingApi)#Session): Option[model.CommitCommentComponent.CommitComments.TableElementType]
  4. def getCommitComments(owner: String, repository: String, commitId: String, includePullRequest: Boolean)(implicit s: (blockingApi)#Session): List[model.CommitCommentComponent.CommitComments.TableElementType]
  5. def updateCommitComment(commentId: Int, content: String)(implicit s: (blockingApi)#Session): Int
  6. def updateCommitCommentPosition(commentId: Int, commitId: String, oldLine: Option[Int], newLine: Option[Int])(implicit s: (blockingApi)#Session): Unit