object Issue
- Alphabetic
- By Inheritance
- Issue
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
alertManagementAlert[A](innerSelection: SelectionBuilder[AlertManagementAlert, A]): SelectionBuilder[Issue, Option[A]]
Alert associated to this issue
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
-
def
author[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Issue, A]
User that created the issue
-
def
blocked: SelectionBuilder[Issue, Boolean]
Indicates the issue is blocked.
-
def
blockedByCount: SelectionBuilder[Issue, Option[Int]]
Count of issues blocking this issue.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
closedAt: SelectionBuilder[Issue, Option[Time]]
Timestamp of when the issue was closed
-
def
confidential: SelectionBuilder[Issue, Boolean]
Indicates the issue is confidential
-
def
createdAt: SelectionBuilder[Issue, Time]
Timestamp of when the issue was created
-
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
-
def
description: SelectionBuilder[Issue, Option[String]]
Description of the issue
-
def
descriptionHtml: SelectionBuilder[Issue, Option[String]]
The GitLab Flavored Markdown rendering of
description -
def
designCollection[A](innerSelection: SelectionBuilder[DesignCollection, A]): SelectionBuilder[Issue, Option[A]]
Collection of design images associated with this issue
-
def
discussionLocked: SelectionBuilder[Issue, Boolean]
Indicates discussion is locked on the issue
-
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
-
def
downvotes: SelectionBuilder[Issue, Int]
Number of downvotes the issue has received
-
def
dueDate: SelectionBuilder[Issue, Option[Time]]
Due date of the issue
-
def
emailsDisabled: SelectionBuilder[Issue, Boolean]
Indicates if a project has email notifications disabled:
trueif email notifications are disabled -
def
epic[A](innerSelection: SelectionBuilder[Epic, A]): SelectionBuilder[Issue, Option[A]]
Epic to which this issue belongs.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
healthStatus: SelectionBuilder[Issue, Option[HealthStatus]]
Current health status.
Current health status. Returns null if
save_issuable_health_statusfeature flag is disabled. -
def
humanTimeEstimate: SelectionBuilder[Issue, Option[String]]
Human-readable time estimate of the issue
-
def
humanTotalTimeSpent: SelectionBuilder[Issue, Option[String]]
Human-readable total time reported as spent on the issue
-
def
id: SelectionBuilder[Issue, String]
ID of the issue
-
def
iid: SelectionBuilder[Issue, String]
Internal ID of the issue
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iteration[A](innerSelection: SelectionBuilder[Iteration, A]): SelectionBuilder[Issue, Option[A]]
Iteration of the issue.
-
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
-
def
metricImages[A](innerSelection: SelectionBuilder[MetricImage, A]): SelectionBuilder[Issue, Option[List[A]]]
Metric images associated to the issue.
-
def
milestone[A](innerSelection: SelectionBuilder[Milestone, A]): SelectionBuilder[Issue, Option[A]]
Milestone of the issue
-
def
moved: SelectionBuilder[Issue, Option[Boolean]]
Indicates if issue got moved from other project
-
def
movedTo[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[Issue, Option[A]]
Updated Issue after it got moved to another project
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
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
-
def
relativePosition: SelectionBuilder[Issue, Option[Int]]
Relative position of the issue (used for positioning in epic tree and issue boards)
-
def
severity: SelectionBuilder[Issue, Option[IssuableSeverity]]
Severity level of the incident
-
def
slaDueAt: SelectionBuilder[Issue, Option[Time]]
Timestamp of when the issue SLA expires.
-
def
state: SelectionBuilder[Issue, IssueState]
State of the issue
-
def
statusPagePublishedIncident: SelectionBuilder[Issue, Option[Boolean]]
Indicates whether an issue is published to the status page.
-
def
subscribed: SelectionBuilder[Issue, Boolean]
Indicates the currently logged in user is subscribed to the issue
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
taskCompletionStatus[A](innerSelection: SelectionBuilder[TaskCompletionStatus, A]): SelectionBuilder[Issue, A]
Task completion status of the issue
-
def
timeEstimate: SelectionBuilder[Issue, Int]
Time estimate of the issue
-
def
title: SelectionBuilder[Issue, String]
Title of the issue
-
def
titleHtml: SelectionBuilder[Issue, Option[String]]
The GitLab Flavored Markdown rendering of
title -
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
totalTimeSpent: SelectionBuilder[Issue, Int]
Total time reported as spent on the issue
-
def
type: SelectionBuilder[Issue, Option[IssueType]]
Type of the issue
-
def
updatedAt: SelectionBuilder[Issue, Time]
Timestamp of when the issue was last updated
-
def
updatedBy[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Issue, Option[A]]
User that last updated the issue
-
def
upvotes: SelectionBuilder[Issue, Int]
Number of upvotes the issue has received
-
def
userDiscussionsCount: SelectionBuilder[Issue, Int]
Number of user discussions in the issue
-
def
userNotesCount: SelectionBuilder[Issue, Int]
Number of user notes of the issue
-
def
userPermissions[A](innerSelection: SelectionBuilder[IssuePermissions, A]): SelectionBuilder[Issue, A]
Permissions for the current user on the resource
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
webPath: SelectionBuilder[Issue, String]
Web path of the issue
-
def
webUrl: SelectionBuilder[Issue, String]
Web URL of the issue
-
def
weight: SelectionBuilder[Issue, Option[Int]]
Weight of the issue.
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated