object WebHookService

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebHookService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class WebHookGollumPagePayload (page_name: String, title: String, summary: Option[String] = None, action: String, sha: String, html_url: ApiPath) extends Product with Serializable
  2. case class WebHookGollumPayload (pages: Seq[WebHookGollumPagePayload], repository: ApiRepository, sender: ApiUser) extends WebHookPayload with Product with Serializable
  3. case class WebHookIssueCommentPayload (action: String, repository: ApiRepository, issue: ApiIssue, comment: ApiComment, sender: ApiUser) extends WebHookPayload with Product with Serializable
  4. case class WebHookIssuesPayload (action: String, number: Int, repository: ApiRepository, issue: ApiIssue, sender: ApiUser) extends WebHookPayload with Product with Serializable
  5. trait WebHookPayload extends AnyRef
  6. case class WebHookPullRequestPayload (action: String, number: Int, repository: ApiRepository, pull_request: ApiPullRequest, sender: ApiUser) extends WebHookPayload with Product with Serializable
  7. case class WebHookPullRequestReviewCommentPayload (action: String, comment: ApiPullRequestReviewComment, pull_request: ApiPullRequest, repository: ApiRepository, sender: ApiUser) extends WebHookPayload with Product with Serializable
  8. case class WebHookPushPayload (pusher: ApiPusher, sender: ApiUser, ref: String, before: String, after: String, commits: List[ApiCommit], repository: ApiRepository) extends FieldSerializable with WebHookPayload with Product with Serializable

Value Members

  1. object WebHookGollumPayload extends Serializable
  2. object WebHookIssueCommentPayload extends Serializable
  3. object WebHookPullRequestPayload extends Serializable
  4. object WebHookPullRequestReviewCommentPayload extends Serializable
  5. object WebHookPushPayload extends Serializable