object ApiBranchProtection extends Serializable

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

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(url: Option[ApiPath], enforcement_level: EnforcementLevel, contexts: Seq[String], contexts_url: Option[ApiPath]) 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. case object Everyone extends EnforcementLevel with Product with Serializable
  6. case object NonAdmins extends EnforcementLevel with Product with Serializable
  7. case object Off extends EnforcementLevel with Product with Serializable