object Milestone
- Source
- Client.scala
- Alphabetic
- By Inheritance
- Milestone
- AnyRef
- Any
- Hide All
- Show All
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def closed: SelectionBuilder[Milestone, Boolean]
true
if the object is closed (definition of closed may depend on type) - def closedAt: SelectionBuilder[Milestone, Option[DateTime]]
Identifies the date and time when the object was closed.
- def createdAt: SelectionBuilder[Milestone, DateTime]
Identifies the date and time when the object was created.
- 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[Milestone, Option[A]]
Identifies the actor who created the milestone.
- def description: SelectionBuilder[Milestone, Option[String]]
Identifies the description of the milestone.
- def dueOn: SelectionBuilder[Milestone, Option[DateTime]]
Identifies the due date of the milestone.
- 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[Milestone, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def issues[A](after: Option[String] = None, before: Option[String] = None, filterBy: Option[IssueFilters] = None, first: Option[Int] = None, labels: Option[List[String]] = None, last: Option[Int] = None, orderBy: Option[IssueOrder] = None, states: Option[List[IssueState]] = None)(innerSelection: SelectionBuilder[IssueConnection, A]): SelectionBuilder[Milestone, A]
A list of issues associated with the milestone.
- 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 number: SelectionBuilder[Milestone, Int]
Identifies the number of the milestone.
- def progressPercentage: SelectionBuilder[Milestone, Double]
Identifies the percentage complete for the milestone
- def pullRequests[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[Milestone, A]
A list of pull requests associated with the milestone.
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Milestone, A]
The repository associated with this milestone.
- def resourcePath: SelectionBuilder[Milestone, URI]
The HTTP path for this milestone
- def state: SelectionBuilder[Milestone, MilestoneState]
Identifies the state of the milestone.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title: SelectionBuilder[Milestone, String]
Identifies the title of the milestone.
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[Milestone, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[Milestone, URI]
The HTTP URL for this milestone
- 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: