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(repository: RepositoryInfo, commitId: String, loginAccount: Account, content: String, fileName: Option[String], oldLine: Option[Int], newLine: Option[Int], diff: Option[String], issueId: Option[Int])(implicit s: (blockingApi)#Session, c: Context, context: Context): 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 loadCommitCommentDiff(owner: String, repository: String, commitId: String, fileName: String, oldLine: Option[Int], newLine: Option[Int]): Option[String]
  6. def saveCommitCommentDiff(owner: String, repository: String, commitId: String, fileName: String, oldLine: Option[Int], newLine: Option[Int], diffJson: String): Unit
  7. def updateCommitComment(commentId: Int, content: String)(implicit s: (blockingApi)#Session): Int
  8. def updateCommitCommentPosition(commentId: Int, commitId: String, oldLine: Option[Int], newLine: Option[Int])(implicit s: (blockingApi)#Session): Unit