c

nelson.Github

ReleaseEvent

final case class ReleaseEvent(id: Long, slug: Slug, repositoryId: Long) extends Event with Product with Serializable

Reference: https://developer.github.com/v3/activity/events/types/#releaseevent

Nelson still accepts these as inbound input for historical reasons, so we simply accept it on the webhook entrypoint so that Github does not get invalid responses from Nelson (putting the webhook into an unsafe state).

Source
Github.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReleaseEvent
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Event
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReleaseEvent(id: Long, slug: Slug, repositoryId: Long)

Value Members

  1. val id: Long
  2. val repositoryId: Long
  3. val slug: Slug