t

gitbucket.core.service

WebHookPullRequestReviewCommentService

trait WebHookPullRequestReviewCommentService extends WebHookService

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

Value Members

  1. def addWebHook(owner: String, repository: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: (blockingApi)#Session): Unit
    Definition Classes
    WebHookService
  2. def callPullRequestReviewCommentWebHook(action: String, comment: CommitComment, repository: RepositoryInfo, issueId: Int, baseUrl: String, sender: Account)(implicit s: (blockingApi)#Session, context: Context): Unit
  3. def callWebHook(event: Event, webHooks: List[WebHook], payload: WebHookPayload)(implicit c: Context): List[(WebHook, String, Future[HttpRequest], Future[HttpResponse])]
    Definition Classes
    WebHookService
  4. def callWebHookOf(owner: String, repository: String, event: Event)(makePayload: ⇒ Option[WebHookPayload])(implicit s: (blockingApi)#Session, c: Context): Unit
    Definition Classes
    WebHookService
  5. def deleteWebHook(owner: String, repository: String, url: String)(implicit s: (blockingApi)#Session): Unit
    Definition Classes
    WebHookService
  6. def getWebHook(owner: String, repository: String, url: String)(implicit s: (blockingApi)#Session): Option[(WebHook, Set[Event])]

    get All WebHook information from repository to url

    get All WebHook information from repository to url

    Definition Classes
    WebHookService
  7. def getWebHooks(owner: String, repository: String)(implicit s: (blockingApi)#Session): List[(WebHook, Set[Event])]

    get All WebHook informations of repository

    get All WebHook informations of repository

    Definition Classes
    WebHookService
  8. def getWebHooksByEvent(owner: String, repository: String, event: Event)(implicit s: (blockingApi)#Session): List[WebHook]

    get All WebHook informations of repository event

    get All WebHook informations of repository event

    Definition Classes
    WebHookService
  9. def updateWebHook(owner: String, repository: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: (blockingApi)#Session): Unit
    Definition Classes
    WebHookService