object Ref
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ref
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def associatedPullRequests[A](after: Option[String] = None, baseRefName: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, headRefName: Option[String] = None, labels: Option[List[String]] = None, last: Option[Int] = None, orderBy: Option[IssueOrder] = None, states: Option[List[PullRequestState]] = None)(innerSelection: SelectionBuilder[PullRequestConnection, A]): SelectionBuilder[Ref, A]
A list of pull requests with this ref as the head ref.
- def branchProtectionRule[A](innerSelection: SelectionBuilder[BranchProtectionRule, A]): SelectionBuilder[Ref, Option[A]]
Branch protection rules for this ref
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[Ref, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: SelectionBuilder[Ref, String]
The ref name.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prefix: SelectionBuilder[Ref, String]
The ref's prefix, such as
refs/heads/
orrefs/tags/
. - def refUpdateRule[A](innerSelection: SelectionBuilder[RefUpdateRule, A]): SelectionBuilder[Ref, Option[A]]
Branch protection rules that are viewable by non-admins
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Ref, A]
The repository the ref belongs to.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def target[A](onCommit: Option[SelectionBuilder[Commit, A]] = None, onTree: Option[SelectionBuilder[Tree, A]] = None, onBlob: Option[SelectionBuilder[Blob, A]] = None, onTag: Option[SelectionBuilder[Tag, A]] = None): SelectionBuilder[Ref, Option[A]]
The object the ref points to.
The object the ref points to. Returns null when object does not exist.
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: