trait
WebHookService extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
addWebHook(owner: String, repository: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: scala.slick.driver.JdbcProfile.SimpleQL.Session): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
callWebHook(event: Event, webHooks: List[WebHook], payload: WebHookPayload)(implicit c: Context): List[(WebHook, String, Future[HttpRequest], Future[HttpResponse])]
-
def
callWebHookOf(owner: String, repository: String, event: Event)(makePayload: ⇒ Option[WebHookPayload])(implicit s: scala.slick.driver.JdbcProfile.SimpleQL.Session, c: Context): Unit
-
def
clone(): AnyRef
-
def
deleteWebHook(owner: String, repository: String, url: String)(implicit s: scala.slick.driver.JdbcProfile.SimpleQL.Session): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getWebHook(owner: String, repository: String, url: String)(implicit s: scala.slick.driver.JdbcProfile.SimpleQL.Session): Option[(WebHook, Set[Event])]
-
def
getWebHooks(owner: String, repository: String)(implicit s: scala.slick.driver.JdbcProfile.SimpleQL.Session): List[(WebHook, Set[Event])]
-
def
getWebHooksByEvent(owner: String, repository: String, event: Event)(implicit s: scala.slick.driver.JdbcProfile.SimpleQL.Session): List[WebHook]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateWebHook(owner: String, repository: String, url: String, events: Set[Event], ctype: WebHookContentType, token: Option[String])(implicit s: scala.slick.driver.JdbcProfile.SimpleQL.Session): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any