Packages

o

io.pg.gitlab.graphql

BoardEpic

object BoardEpic

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoardEpic
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 author[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[BoardEpic, A]

    Author of the epic

  6. def children[A](startDate: Option[Time] = None, endDate: Option[Time] = None, timeframe: Option[Timeframe] = None, iid: Option[String] = None, iids: Option[List[String]] = None, state: Option[EpicState] = None, search: Option[String] = None, sort: Option[EpicSort] = None, authorUsername: Option[String] = None, labelName: Option[List[String]] = None, milestoneTitle: Option[String] = None, iidStartsWith: Option[String] = None, includeDescendantGroups: Option[Boolean] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[EpicConnection, A]): SelectionBuilder[BoardEpic, Option[A]]

    Children (sub-epics) of the epic

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def closedAt: SelectionBuilder[BoardEpic, Option[Time]]

    Timestamp of when the epic was closed

  9. def confidential: SelectionBuilder[BoardEpic, Option[Boolean]]

    Indicates if the epic is confidential

  10. def createdAt: SelectionBuilder[BoardEpic, Option[Time]]

    Timestamp of when the epic was created

  11. def currentUserTodos[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, state: Option[TodoStateEnum] = None)(innerSelection: SelectionBuilder[TodoConnection, A]): SelectionBuilder[BoardEpic, A]

    Todos for the current user

  12. def descendantCounts[A](innerSelection: SelectionBuilder[EpicDescendantCount, A]): SelectionBuilder[BoardEpic, Option[A]]

    Number of open and closed descendant epics and issues

  13. def descendantWeightSum[A](innerSelection: SelectionBuilder[EpicDescendantWeights, A]): SelectionBuilder[BoardEpic, Option[A]]

    Total weight of open and closed issues in the epic and its descendants

  14. def description: SelectionBuilder[BoardEpic, Option[String]]

    Description of the epic

  15. def discussions[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[DiscussionConnection, A]): SelectionBuilder[BoardEpic, A]

    All discussions on this noteable

  16. def downvotes: SelectionBuilder[BoardEpic, Int]

    Number of downvotes the epic has received

  17. def dueDate: SelectionBuilder[BoardEpic, Option[Time]]

    Due date of the epic

  18. def dueDateFixed: SelectionBuilder[BoardEpic, Option[Time]]

    Fixed due date of the epic

  19. def dueDateFromMilestones: SelectionBuilder[BoardEpic, Option[Time]]

    Inherited due date of the epic from milestones

  20. def dueDateIsFixed: SelectionBuilder[BoardEpic, Option[Boolean]]

    Indicates if the due date has been manually set

  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def group[A](innerSelection: SelectionBuilder[Group, A]): SelectionBuilder[BoardEpic, A]

    Group to which the epic belongs

  25. def hasChildren: SelectionBuilder[BoardEpic, Boolean]

    Indicates if the epic has children

  26. def hasIssues: SelectionBuilder[BoardEpic, Boolean]

    Indicates if the epic has direct issues

  27. def hasParent: SelectionBuilder[BoardEpic, Boolean]

    Indicates if the epic has a parent epic

  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def healthStatus[A](innerSelection: SelectionBuilder[EpicHealthStatus, A]): SelectionBuilder[BoardEpic, Option[A]]

    Current health status of the epic

  30. def id: SelectionBuilder[BoardEpic, String]

    ID of the epic

  31. def iid: SelectionBuilder[BoardEpic, String]

    Internal ID of the epic

  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def issues[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[EpicIssueConnection, A]): SelectionBuilder[BoardEpic, Option[A]]

    A list of issues associated with the epic

  34. def labels[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[LabelConnection, A]): SelectionBuilder[BoardEpic, Option[A]]

    Labels assigned to the epic

  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def notes[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[NoteConnection, A]): SelectionBuilder[BoardEpic, A]

    All notes on this noteable

  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def parent[A](innerSelection: SelectionBuilder[Epic, A]): SelectionBuilder[BoardEpic, Option[A]]

    Parent epic of the epic

  40. def participants[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserConnection, A]): SelectionBuilder[BoardEpic, Option[A]]

    List of participants for the epic

  41. def reference(full: Option[Boolean] = None): SelectionBuilder[BoardEpic, String]

    Internal reference of the epic.

    Internal reference of the epic. Returned in shortened format by default

  42. def relationPath: SelectionBuilder[BoardEpic, Option[String]]

    URI path of the epic-issue relationship

  43. def relativePosition: SelectionBuilder[BoardEpic, Option[Int]]

    The relative position of the epic in the epic tree

  44. def startDate: SelectionBuilder[BoardEpic, Option[Time]]

    Start date of the epic

  45. def startDateFixed: SelectionBuilder[BoardEpic, Option[Time]]

    Fixed start date of the epic

  46. def startDateFromMilestones: SelectionBuilder[BoardEpic, Option[Time]]

    Inherited start date of the epic from milestones

  47. def startDateIsFixed: SelectionBuilder[BoardEpic, Option[Boolean]]

    Indicates if the start date has been manually set

  48. def state: SelectionBuilder[BoardEpic, EpicState]

    State of the epic

  49. def subscribed: SelectionBuilder[BoardEpic, Boolean]

    Indicates the currently logged in user is subscribed to the epic

  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def title: SelectionBuilder[BoardEpic, Option[String]]

    Title of the epic

  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def updatedAt: SelectionBuilder[BoardEpic, Option[Time]]

    Timestamp of when the epic was updated

  54. def upvotes: SelectionBuilder[BoardEpic, Int]

    Number of upvotes the epic has received

  55. def userDiscussionsCount: SelectionBuilder[BoardEpic, Int]

    Number of user discussions in the epic

  56. def userNotesCount: SelectionBuilder[BoardEpic, Int]

    Number of user notes of the epic

  57. def userPermissions[A](innerSelection: SelectionBuilder[EpicPermissions, A]): SelectionBuilder[BoardEpic, A]

    Permissions for the current user on the resource

  58. def userPreferences[A](innerSelection: SelectionBuilder[BoardEpicUserPreferences, A]): SelectionBuilder[BoardEpic, Option[A]]

    User preferences for the epic on the issue board

  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def webPath: SelectionBuilder[BoardEpic, String]

    Web path of the epic

  63. def webUrl: SelectionBuilder[BoardEpic, String]

    Web URL of the epic

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped