Packages

object Label

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Label
  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 color: SelectionBuilder[Label, String]

    Identifies the label color.

  7. def createdAt: SelectionBuilder[Label, Option[DateTime]]

    Identifies the date and time when the label was created.

  8. def description: SelectionBuilder[Label, Option[String]]

    A brief description of this label.

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

    Indicates whether or not this is a default label.

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. 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[Label, A]

    A list of issues associated with this label.

  18. def name: SelectionBuilder[Label, String]

    Identifies the label name.

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. 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[Label, A]

    A list of pull requests associated with this label.

  23. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Label, A]

    The repository associated with this label.

  24. def resourcePath: SelectionBuilder[Label, URI]

    The HTTP path for this label.

  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def updatedAt: SelectionBuilder[Label, Option[DateTime]]

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

  28. def url: SelectionBuilder[Label, URI]

    The HTTP URL for this label.

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

Inherited from AnyRef

Inherited from Any

Ungrouped