trait WebHookPullRequestReviewCommentService extends WebHookService
- Self Type
- WebHookPullRequestReviewCommentService with AccountService with RepositoryService with PullRequestService with IssuesService with CommitsService
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebHookPullRequestReviewCommentService
- WebHookService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAccountWebHook(owner: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: (blockingApi)#Session): Unit
- Definition Classes
- WebHookService
- def addWebHook(owner: String, repository: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: (blockingApi)#Session): Unit
- Definition Classes
- WebHookService
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callPullRequestReviewCommentWebHook(action: String, comment: CommitComment, repository: RepositoryInfo, issue: Issue, pullRequest: PullRequest, sender: Account, settings: SystemSettings)(implicit s: (blockingApi)#Session, c: Context): Unit
- def callWebHook(event: Event, webHooks: List[WebHook], payload: WebHookPayload, settings: SystemSettings)(implicit c: Context): List[(WebHook, String, Future[HttpRequest], Future[HttpResponse])]
- Definition Classes
- WebHookService
- def callWebHookOf(owner: String, repository: String, event: Event, settings: SystemSettings)(makePayload: => Option[WebHookPayload])(implicit s: (blockingApi)#Session, c: Context): Unit
- Definition Classes
- WebHookService
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def deleteAccountWebHook(owner: String, url: String)(implicit s: (blockingApi)#Session): Unit
- Definition Classes
- WebHookService
- def deleteWebHook(owner: String, repository: String, url: String)(implicit s: (blockingApi)#Session): Unit
- Definition Classes
- WebHookService
- def deleteWebHookById(id: Int)(implicit s: (blockingApi)#Session): Unit
- Definition Classes
- WebHookService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAccountWebHook(owner: String, url: String)(implicit s: (blockingApi)#Session): Option[(AccountWebHook, Set[Event])]
get All AccountWebHook information from repository to url
get All AccountWebHook information from repository to url
- Definition Classes
- WebHookService
- def getAccountWebHooks(owner: String)(implicit s: (blockingApi)#Session): List[(AccountWebHook, Set[Event])]
get All AccountWebHook informations of user
get All AccountWebHook informations of user
- Definition Classes
- WebHookService
- def getAccountWebHooksByEvent(owner: String, event: Event)(implicit s: (blockingApi)#Session): List[AccountWebHook]
get All AccountWebHook informations of repository event
get All AccountWebHook informations of repository event
- Definition Classes
- WebHookService
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getWebHook(owner: String, repository: String, url: String)(implicit s: (blockingApi)#Session): Option[(RepositoryWebHook, Set[Event])]
get All WebHook information from repository to url
get All WebHook information from repository to url
- Definition Classes
- WebHookService
- def getWebHookById(id: Int)(implicit s: (blockingApi)#Session): Option[(RepositoryWebHook, Set[Event])]
get All WebHook informations of repository
get All WebHook informations of repository
- Definition Classes
- WebHookService
- def getWebHooks(owner: String, repository: String)(implicit s: (blockingApi)#Session): List[(RepositoryWebHook, Set[Event])]
get All WebHook informations of repository
get All WebHook informations of repository
- Definition Classes
- WebHookService
- def getWebHooksByEvent(owner: String, repository: String, event: Event)(implicit s: (blockingApi)#Session): List[RepositoryWebHook]
get All WebHook informations of repository event
get All WebHook informations of repository event
- Definition Classes
- WebHookService
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateAccountWebHook(owner: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: (blockingApi)#Session): Unit
- Definition Classes
- WebHookService
- def updateWebHook(owner: String, repository: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: (blockingApi)#Session): Unit
- Definition Classes
- WebHookService
- def updateWebHookByApi(id: Int, owner: String, repository: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: (blockingApi)#Session): Unit
- Definition Classes
- WebHookService
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)