package events
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class DefaultEvent (name: String, value: JValue) extends AbstractJson with GitHubEvent with Product with Serializable
- trait GitHubEvent extends AnyRef
- case class IssueCommentEvent (name: String, value: JValue) extends AbstractJson with GitHubEvent with Product with Serializable
- case class IssueEvent (name: String, value: JValue) extends AbstractJson with GitHubEvent with Product with Serializable
- case class PullRequestEvent (name: String, value: JValue) extends AbstractJson with GitHubEvent with Product with Serializable
- case class PullRequestReviewEvent (name: String, value: JValue) extends AbstractJson with GitHubEvent with Product with Serializable
- case class PushCommit (value: JValue) extends AbstractJson with Product with Serializable
- case class PushEvent (name: String, value: JValue) extends AbstractJson with GitHubEvent with Product with Serializable
Value Members
- object GitHubEvent