Packages

object Issue

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Issue
  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[Issue, 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[Issue, Option[A]]

    Assignees of the issue

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

    User that created the issue

  8. def blocked: SelectionBuilder[Issue, Boolean]

    Indicates the issue is blocked.

  9. def blockedByCount: SelectionBuilder[Issue, 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[Issue, Option[Time]]

    Timestamp of when the issue was closed

  12. def confidential: SelectionBuilder[Issue, Boolean]

    Indicates the issue is confidential

  13. def createdAt: SelectionBuilder[Issue, 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[Issue, A]

    Todos for the current user

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

    Description of the issue

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

    The GitLab Flavored Markdown rendering of description

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

    Collection of design images associated with this issue

  18. def discussionLocked: SelectionBuilder[Issue, 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[Issue, A]

    All discussions on this noteable

  20. def downvotes: SelectionBuilder[Issue, Int]

    Number of downvotes the issue has received

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

    Due date of the issue

  22. def emailsDisabled: SelectionBuilder[Issue, Boolean]

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

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

    Epic to which this issue belongs.

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

    Current health status.

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

  29. def humanTimeEstimate: SelectionBuilder[Issue, Option[String]]

    Human-readable time estimate of the issue

  30. def humanTotalTimeSpent: SelectionBuilder[Issue, Option[String]]

    Human-readable total time reported as spent on the issue

  31. def id: SelectionBuilder[Issue, String]

    ID of the issue

  32. def iid: SelectionBuilder[Issue, String]

    Internal ID of the issue

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

    Iteration of the issue.

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

    Labels of the issue

  36. def metricImages[A](innerSelection: SelectionBuilder[MetricImage, A]): SelectionBuilder[Issue, Option[List[A]]]

    Metric images associated to the issue.

  37. def milestone[A](innerSelection: SelectionBuilder[Milestone, A]): SelectionBuilder[Issue, Option[A]]

    Milestone of the issue

  38. def moved: SelectionBuilder[Issue, Option[Boolean]]

    Indicates if issue got moved from other project

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

    Updated Issue after it got moved to another project

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

    All notes on this noteable

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

    List of participants in the issue

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

    Internal reference of the issue.

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

  46. def relativePosition: SelectionBuilder[Issue, Option[Int]]

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

  47. def severity: SelectionBuilder[Issue, Option[IssuableSeverity]]

    Severity level of the incident

  48. def slaDueAt: SelectionBuilder[Issue, Option[Time]]

    Timestamp of when the issue SLA expires.

  49. def state: SelectionBuilder[Issue, IssueState]

    State of the issue

  50. def statusPagePublishedIncident: SelectionBuilder[Issue, Option[Boolean]]

    Indicates whether an issue is published to the status page.

  51. def subscribed: SelectionBuilder[Issue, Boolean]

    Indicates the currently logged in user is subscribed to the issue

  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def taskCompletionStatus[A](innerSelection: SelectionBuilder[TaskCompletionStatus, A]): SelectionBuilder[Issue, A]

    Task completion status of the issue

  54. def timeEstimate: SelectionBuilder[Issue, Int]

    Time estimate of the issue

  55. def title: SelectionBuilder[Issue, String]

    Title of the issue

  56. def titleHtml: SelectionBuilder[Issue, Option[String]]

    The GitLab Flavored Markdown rendering of title

  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. def totalTimeSpent: SelectionBuilder[Issue, Int]

    Total time reported as spent on the issue

  59. def type: SelectionBuilder[Issue, Option[IssueType]]

    Type of the issue

  60. def updatedAt: SelectionBuilder[Issue, Time]

    Timestamp of when the issue was last updated

  61. def updatedBy[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Issue, Option[A]]

    User that last updated the issue

  62. def upvotes: SelectionBuilder[Issue, Int]

    Number of upvotes the issue has received

  63. def userDiscussionsCount: SelectionBuilder[Issue, Int]

    Number of user discussions in the issue

  64. def userNotesCount: SelectionBuilder[Issue, Int]

    Number of user notes of the issue

  65. def userPermissions[A](innerSelection: SelectionBuilder[IssuePermissions, A]): SelectionBuilder[Issue, A]

    Permissions for the current user on the resource

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

    Web path of the issue

  70. def webUrl: SelectionBuilder[Issue, String]

    Web URL of the issue

  71. def weight: SelectionBuilder[Issue, 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