Packages

o

io.pg.gitlab.graphql

EpicIssue

object EpicIssue

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EpicIssue
  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. def alertManagementAlert[A](innerSelection: SelectionBuilder[AlertManagementAlert, A]): SelectionBuilder[EpicIssue, Option[A]]

    Alert associated to this issue

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assignees[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserConnection, A]): SelectionBuilder[EpicIssue, Option[A]]

    Assignees of the issue

  7. def author[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[EpicIssue, A]

    User that created the issue

  8. def blocked: SelectionBuilder[EpicIssue, Boolean]

    Indicates the issue is blocked.

  9. def blockedByCount: SelectionBuilder[EpicIssue, Option[Int]]

    Count of issues blocking this issue.

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

    Timestamp of when the issue was closed

  12. def confidential: SelectionBuilder[EpicIssue, Boolean]

    Indicates the issue is confidential

  13. def createdAt: SelectionBuilder[EpicIssue, Time]

    Timestamp of when the issue was created

  14. 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[EpicIssue, A]

    Todos for the current user

  15. def description: SelectionBuilder[EpicIssue, Option[String]]

    Description of the issue

  16. def descriptionHtml: SelectionBuilder[EpicIssue, Option[String]]

    The GitLab Flavored Markdown rendering of description

  17. def designCollection[A](innerSelection: SelectionBuilder[DesignCollection, A]): SelectionBuilder[EpicIssue, Option[A]]

    Collection of design images associated with this issue

  18. def discussionLocked: SelectionBuilder[EpicIssue, Boolean]

    Indicates discussion is locked on the issue

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

    All discussions on this noteable

  20. def downvotes: SelectionBuilder[EpicIssue, Int]

    Number of downvotes the issue has received

  21. def dueDate: SelectionBuilder[EpicIssue, Option[Time]]

    Due date of the issue

  22. def emailsDisabled: SelectionBuilder[EpicIssue, Boolean]

    Indicates if a project has email notifications disabled: true if email notifications are disabled

  23. def epic[A](innerSelection: SelectionBuilder[Epic, A]): SelectionBuilder[EpicIssue, Option[A]]

    Epic to which this issue belongs.

  24. def epicIssueId: SelectionBuilder[EpicIssue, String]

    ID of the epic-issue relation

  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def healthStatus: SelectionBuilder[EpicIssue, Option[HealthStatus]]

    Current health status.

    Current health status. Returns null if save_issuable_health_status feature flag is disabled.

  30. def humanTimeEstimate: SelectionBuilder[EpicIssue, Option[String]]

    Human-readable time estimate of the issue

  31. def humanTotalTimeSpent: SelectionBuilder[EpicIssue, Option[String]]

    Human-readable total time reported as spent on the issue

  32. def id: SelectionBuilder[EpicIssue, Option[String]]

    Global ID of the epic-issue relation

  33. def iid: SelectionBuilder[EpicIssue, String]

    Internal ID of the issue

  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def iteration[A](innerSelection: SelectionBuilder[Iteration, A]): SelectionBuilder[EpicIssue, Option[A]]

    Iteration of the issue.

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

    Labels of the issue

  37. def metricImages[A](innerSelection: SelectionBuilder[MetricImage, A]): SelectionBuilder[EpicIssue, Option[List[A]]]

    Metric images associated to the issue.

  38. def milestone[A](innerSelection: SelectionBuilder[Milestone, A]): SelectionBuilder[EpicIssue, Option[A]]

    Milestone of the issue

  39. def moved: SelectionBuilder[EpicIssue, Option[Boolean]]

    Indicates if issue got moved from other project

  40. def movedTo[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[EpicIssue, Option[A]]

    Updated Issue after it got moved to another project

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

    All notes on this noteable

  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def participants[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserConnection, A]): SelectionBuilder[EpicIssue, Option[A]]

    List of participants in the issue

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

    Internal reference of the issue.

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

  47. def relationPath: SelectionBuilder[EpicIssue, Option[String]]

    URI path of the epic-issue relation

  48. def relativePosition: SelectionBuilder[EpicIssue, Option[Int]]

    Relative position of the issue (used for positioning in epic tree and issue boards)

  49. def severity: SelectionBuilder[EpicIssue, Option[IssuableSeverity]]

    Severity level of the incident

  50. def slaDueAt: SelectionBuilder[EpicIssue, Option[Time]]

    Timestamp of when the issue SLA expires.

  51. def state: SelectionBuilder[EpicIssue, IssueState]

    State of the issue

  52. def statusPagePublishedIncident: SelectionBuilder[EpicIssue, Option[Boolean]]

    Indicates whether an issue is published to the status page.

  53. def subscribed: SelectionBuilder[EpicIssue, Boolean]

    Indicates the currently logged in user is subscribed to the issue

  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def taskCompletionStatus[A](innerSelection: SelectionBuilder[TaskCompletionStatus, A]): SelectionBuilder[EpicIssue, A]

    Task completion status of the issue

  56. def timeEstimate: SelectionBuilder[EpicIssue, Int]

    Time estimate of the issue

  57. def title: SelectionBuilder[EpicIssue, String]

    Title of the issue

  58. def titleHtml: SelectionBuilder[EpicIssue, Option[String]]

    The GitLab Flavored Markdown rendering of title

  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. def totalTimeSpent: SelectionBuilder[EpicIssue, Int]

    Total time reported as spent on the issue

  61. def type: SelectionBuilder[EpicIssue, Option[IssueType]]

    Type of the issue

  62. def updatedAt: SelectionBuilder[EpicIssue, Time]

    Timestamp of when the issue was last updated

  63. def updatedBy[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[EpicIssue, Option[A]]

    User that last updated the issue

  64. def upvotes: SelectionBuilder[EpicIssue, Int]

    Number of upvotes the issue has received

  65. def userDiscussionsCount: SelectionBuilder[EpicIssue, Int]

    Number of user discussions in the issue

  66. def userNotesCount: SelectionBuilder[EpicIssue, Int]

    Number of user notes of the issue

  67. def userPermissions[A](innerSelection: SelectionBuilder[IssuePermissions, A]): SelectionBuilder[EpicIssue, A]

    Permissions for the current user on the resource

  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. def webPath: SelectionBuilder[EpicIssue, String]

    Web path of the issue

  72. def webUrl: SelectionBuilder[EpicIssue, String]

    Web URL of the issue

  73. def weight: SelectionBuilder[EpicIssue, Option[Int]]

    Weight of the issue.

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