Packages

object Milestone

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Milestone
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def closed: SelectionBuilder[Milestone, Boolean]

    true if the object is closed (definition of closed may depend on type)

  7. def closedAt: SelectionBuilder[Milestone, Option[DateTime]]

    Identifies the date and time when the object was closed.

  8. def createdAt: SelectionBuilder[Milestone, DateTime]

    Identifies the date and time when the object was created.

  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[Milestone, Option[A]]

    Identifies the actor who created the milestone.

  10. def description: SelectionBuilder[Milestone, Option[String]]

    Identifies the description of the milestone.

  11. def dueOn: SelectionBuilder[Milestone, Option[DateTime]]

    Identifies the due date of the milestone.

  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[Milestone, String]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. 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.

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def number: SelectionBuilder[Milestone, Int]

    Identifies the number of the milestone.

  24. def progressPercentage: SelectionBuilder[Milestone, Double]

    Identifies the percentage complete for the milestone

  25. 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.

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

    The repository associated with this milestone.

  27. def resourcePath: SelectionBuilder[Milestone, URI]

    The HTTP path for this milestone

  28. def state: SelectionBuilder[Milestone, MilestoneState]

    Identifies the state of the milestone.

  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def title: SelectionBuilder[Milestone, String]

    Identifies the title of the milestone.

  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def updatedAt: SelectionBuilder[Milestone, DateTime]

    Identifies the date and time when the object was last updated.

  33. def url: SelectionBuilder[Milestone, URI]

    The HTTP URL for this milestone

  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped