Class

codecheck.github.models

Webhook

Related Doc: package models

Permalink

class Webhook extends AbstractJson

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

Instance Constructors

  1. new Webhook(value: JValue)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def active: Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def boolean(path: String): Boolean

    Permalink
    Definition Classes
    AbstractJson
  7. def booleanOpt(path: String): Option[Boolean]

    Permalink
    Definition Classes
    AbstractJson
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def config: WebhookConfig

    Permalink
  10. def created_at: DateTime

    Permalink
  11. def dateOpt(path: String): Option[DateTime]

    Permalink
    Definition Classes
    AbstractJson
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def events: Seq[String]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(path: String): String

    Permalink
    Definition Classes
    AbstractJson
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getDate(path: String): DateTime

    Permalink
    Definition Classes
    AbstractJson
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def id: Long

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def last_response: WebhookResponse

    Permalink
  23. def name: String

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def objectOpt[T](path: String)(f: (JValue) ⇒ T): Option[T]

    Permalink
    Definition Classes
    AbstractJson
  28. def opt(path: String): Option[String]

    Permalink
    Definition Classes
    AbstractJson
  29. def ping_url: String

    Permalink
  30. def seq(path: String): Seq[String]

    Permalink
    Definition Classes
    AbstractJson
  31. def seqOpt[T](path: String): Seq[T]

    Permalink
    Definition Classes
    AbstractJson
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def test_url: String

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AbstractJson → AnyRef → Any
  35. def updated_at: DateTime

    Permalink
  36. def url: String

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractJson

Inherited from AnyRef

Inherited from Any

Ungrouped