object ApiBranchProtection extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApiBranchProtection
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
EnablingAndDisabling
(protection: ApiBranchProtection) extends Product with Serializable
form for enabling-and-disabling-branch-protection
- sealed class EnforcementLevel extends AnyRef
- case class Status (enforcement_level: EnforcementLevel, contexts: Seq[String]) extends Product with Serializable
Value Members
- def apply(info: ProtectedBranchInfo): ApiBranchProtection
- implicit val enforcementLevelSerializer: CustomSerializer[EnforcementLevel]
- val statusNone: Status
- object EnforcementLevel
- object Everyone extends EnforcementLevel with Product with Serializable
- object NonAdmins extends EnforcementLevel with Product with Serializable
- object Off extends EnforcementLevel with Product with Serializable