case class Webhooks(subject: String, repo: Option[String] = None) extends Completion[Response] with Product with Serializable
Webhook methods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Webhooks
- Serializable
- Product
- Equals
- Completion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Webhooks(subject: String, repo: Option[String] = None)
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 apply[T](handler: Handler[T]): Future[T]
https://bintray.com/docs/api/#_get_webhooks
https://bintray.com/docs/api/#_get_webhooks
- Definition Classes
- Webhooks → Completion
- def apply[TT](f: (Response) => TT): Future[TT]
- Definition Classes
- Completion
- def apply(): Future[Response]
- Definition Classes
- Completion
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def create(pkg: String, url: String, method: Method): Completion[Response]
https://bintray.com/docs/api/#_register_a_webhook
- def delete(pkg: String): Completion[Response]
https://bintray.com/docs/api/#_delete_a_webhook
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repo: Option[String]
- val subject: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def test(pkg: String, version: String): Completion[Response]
https://bintray.com/docs/api/#_test_a_webhook
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()