object WebHook extends Serializable

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

Type Members

  1. sealed abstract class Event extends AnyRef

Value Members

  1. object CommitComment extends Event with Product with Serializable
  2. object Create extends Event with Product with Serializable
  3. object Delete extends Event with Product with Serializable
  4. object Deployment extends Event with Product with Serializable
  5. object DeploymentStatus extends Event with Product with Serializable
  6. object Event
  7. object Fork extends Event with Product with Serializable
  8. object Gollum extends Event with Product with Serializable
  9. object IssueComment extends Event with Product with Serializable
  10. object Issues extends Event with Product with Serializable
  11. object Member extends Event with Product with Serializable
  12. object PageBuild extends Event with Product with Serializable
  13. object Public extends Event with Product with Serializable
  14. object PullRequest extends Event with Product with Serializable
  15. object PullRequestReviewComment extends Event with Product with Serializable
  16. object Push extends Event with Product with Serializable
  17. object Release extends Event with Product with Serializable
  18. object Status extends Event with Product with Serializable
  19. object TeamAdd extends Event with Product with Serializable
  20. object Watch extends Event with Product with Serializable