Packages

o

caliban.client.github.Client

BranchProtectionRule

object BranchProtectionRule

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BranchProtectionRule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allowsDeletions: SelectionBuilder[BranchProtectionRule, Boolean]

    Can this branch be deleted.

  5. def allowsForcePushes: SelectionBuilder[BranchProtectionRule, Boolean]

    Are force pushes allowed on this branch.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def branchProtectionRuleConflicts[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[BranchProtectionRuleConflictConnection, A]): SelectionBuilder[BranchProtectionRule, A]

    A list of conflicts matching branches protection rule and other branch protection rules

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def creator[A](onBot: Option[SelectionBuilder[Bot, A]] = None, onEnterpriseUserAccount: Option[SelectionBuilder[EnterpriseUserAccount, A]] = None, onMannequin: Option[SelectionBuilder[Mannequin, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[BranchProtectionRule, Option[A]]

    The actor who created this branch protection rule.

  10. def databaseId: SelectionBuilder[BranchProtectionRule, Option[Int]]

    Identifies the primary key from the database.

  11. def dismissesStaleReviews: SelectionBuilder[BranchProtectionRule, Boolean]

    Will new commits pushed to matching branches dismiss pull request review approvals.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def id: SelectionBuilder[BranchProtectionRule, String]
  18. def isAdminEnforced: SelectionBuilder[BranchProtectionRule, Boolean]

    Can admins overwrite branch protection.

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def matchingRefs[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, query: Option[String] = None)(innerSelection: SelectionBuilder[RefConnection, A]): SelectionBuilder[BranchProtectionRule, A]

    Repository refs that are protected by this rule

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def pattern: SelectionBuilder[BranchProtectionRule, String]

    Identifies the protection rule pattern.

  25. def pushAllowances[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[PushAllowanceConnection, A]): SelectionBuilder[BranchProtectionRule, A]

    A list push allowances for this branch protection rule.

  26. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[BranchProtectionRule, Option[A]]

    The repository associated with this branch protection rule.

  27. def requiredApprovingReviewCount: SelectionBuilder[BranchProtectionRule, Option[Int]]

    Number of approving reviews required to update matching branches.

  28. def requiredStatusCheckContexts: SelectionBuilder[BranchProtectionRule, Option[List[Option[String]]]]

    List of required status check contexts that must pass for commits to be accepted to matching branches.

  29. def requiresApprovingReviews: SelectionBuilder[BranchProtectionRule, Boolean]

    Are approving reviews required to update matching branches.

  30. def requiresCodeOwnerReviews: SelectionBuilder[BranchProtectionRule, Boolean]

    Are reviews from code owners required to update matching branches.

  31. def requiresCommitSignatures: SelectionBuilder[BranchProtectionRule, Boolean]

    Are commits required to be signed.

  32. def requiresLinearHistory: SelectionBuilder[BranchProtectionRule, Boolean]

    Are merge commits prohibited from being pushed to this branch.

  33. def requiresStatusChecks: SelectionBuilder[BranchProtectionRule, Boolean]

    Are status checks required to update matching branches.

  34. def requiresStrictStatusChecks: SelectionBuilder[BranchProtectionRule, Boolean]

    Are branches required to be up to date before merging.

  35. def restrictsPushes: SelectionBuilder[BranchProtectionRule, Boolean]

    Is pushing to matching branches restricted.

  36. def restrictsReviewDismissals: SelectionBuilder[BranchProtectionRule, Boolean]

    Is dismissal of pull request reviews restricted.

  37. def reviewDismissalAllowances[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ReviewDismissalAllowanceConnection, A]): SelectionBuilder[BranchProtectionRule, A]

    A list review dismissal allowances for this branch protection rule.

  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped