c

gitbucket.core.api

CreateARepositoryWebhook

case class CreateARepositoryWebhook(name: String = "web", config: CreateARepositoryWebhookConfig, events: List[String] = List("push"), active: Boolean = true) extends Product with Serializable

https://docs.github.com/en/rest/reference/repos#create-a-repository-webhook

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateARepositoryWebhook
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CreateARepositoryWebhook(name: String = "web", config: CreateARepositoryWebhookConfig, events: List[String] = List("push"), active: Boolean = true)

Value Members

  1. val active: Boolean
  2. val config: CreateARepositoryWebhookConfig
  3. val events: List[String]
  4. def isValid: Boolean
  5. val name: String
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product