object ApiBranchProtection extends Serializable

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

Type Members

  1. case class EnablingAndDisabling (protection: ApiBranchProtection) extends Product with Serializable

    form for enabling-and-disabling-branch-protection

  2. sealed class EnforcementLevel extends AnyRef
  3. case class Status (enforcement_level: EnforcementLevel, contexts: Seq[String]) extends Product with Serializable

Value Members

  1. def apply(info: ProtectedBranchInfo): ApiBranchProtection
  2. implicit val enforcementLevelSerializer: CustomSerializer[EnforcementLevel]
  3. val statusNone: Status
  4. object EnforcementLevel
  5. object Everyone extends EnforcementLevel with Product with Serializable
  6. object NonAdmins extends EnforcementLevel with Product with Serializable
  7. object Off extends EnforcementLevel with Product with Serializable