Packages

object Project

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

    The project's description body.

  6. def bodyHTML: SelectionBuilder[Project, HTML]

    The projects description body rendered to HTML.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def closed: SelectionBuilder[Project, Boolean]

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

  9. def closedAt: SelectionBuilder[Project, Option[DateTime]]

    Identifies the date and time when the object was closed.

  10. def columns[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectColumnConnection, A]): SelectionBuilder[Project, A]

    List of columns in the project

  11. def createdAt: SelectionBuilder[Project, DateTime]

    Identifies the date and time when the object was created.

  12. 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[Project, Option[A]]

    The actor who originally created the project.

  13. def databaseId: SelectionBuilder[Project, Option[Int]]

    Identifies the primary key from the database.

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

    The project's name.

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

    The project's number.

  26. def owner[A](onRepository: Option[SelectionBuilder[Repository, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[Project, A]

    The project's owner.

    The project's owner. Currently limited to repositories, organizations, and users.

  27. def pendingCards[A](after: Option[String] = None, archivedStates: Option[List[Option[ProjectCardArchivedState]]] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectCardConnection, A]): SelectionBuilder[Project, A]

    List of pending cards in this project

  28. def progress[A](innerSelection: SelectionBuilder[ProjectProgress, A]): SelectionBuilder[Project, A]

    Project progress details.

  29. def resourcePath: SelectionBuilder[Project, URI]

    The HTTP path for this project

  30. def state: SelectionBuilder[Project, ProjectState]

    Whether the project is open or closed.

  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def updatedAt: SelectionBuilder[Project, DateTime]

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

  34. def url: SelectionBuilder[Project, URI]

    The HTTP URL for this project

  35. def viewerCanUpdate: SelectionBuilder[Project, Boolean]

    Check if the current viewer can update this object.

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

Inherited from AnyRef

Inherited from Any

Ungrouped