object Epic
- Alphabetic
- By Inheritance
- Epic
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
author[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Epic, A]
Author of the epic
-
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[Epic, Option[A]]
Children (sub-epics) of the epic
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
closedAt: SelectionBuilder[Epic, Option[Time]]
Timestamp of when the epic was closed
-
def
confidential: SelectionBuilder[Epic, Option[Boolean]]
Indicates if the epic is confidential
-
def
createdAt: SelectionBuilder[Epic, Option[Time]]
Timestamp of when the epic 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[Epic, A]
Todos for the current user
-
def
descendantCounts[A](innerSelection: SelectionBuilder[EpicDescendantCount, A]): SelectionBuilder[Epic, Option[A]]
Number of open and closed descendant epics and issues
-
def
descendantWeightSum[A](innerSelection: SelectionBuilder[EpicDescendantWeights, A]): SelectionBuilder[Epic, Option[A]]
Total weight of open and closed issues in the epic and its descendants
-
def
description: SelectionBuilder[Epic, Option[String]]
Description of the epic
-
def
discussions[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[DiscussionConnection, A]): SelectionBuilder[Epic, A]
All discussions on this noteable
-
def
downvotes: SelectionBuilder[Epic, Int]
Number of downvotes the epic has received
-
def
dueDate: SelectionBuilder[Epic, Option[Time]]
Due date of the epic
-
def
dueDateFixed: SelectionBuilder[Epic, Option[Time]]
Fixed due date of the epic
-
def
dueDateFromMilestones: SelectionBuilder[Epic, Option[Time]]
Inherited due date of the epic from milestones
-
def
dueDateIsFixed: SelectionBuilder[Epic, Option[Boolean]]
Indicates if the due date has been manually set
-
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
group[A](innerSelection: SelectionBuilder[Group, A]): SelectionBuilder[Epic, A]
Group to which the epic belongs
-
def
hasChildren: SelectionBuilder[Epic, Boolean]
Indicates if the epic has children
-
def
hasIssues: SelectionBuilder[Epic, Boolean]
Indicates if the epic has direct issues
-
def
hasParent: SelectionBuilder[Epic, Boolean]
Indicates if the epic has a parent epic
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
healthStatus[A](innerSelection: SelectionBuilder[EpicHealthStatus, A]): SelectionBuilder[Epic, Option[A]]
Current health status of the epic
-
def
id: SelectionBuilder[Epic, String]
ID of the epic
-
def
iid: SelectionBuilder[Epic, String]
Internal ID of the epic
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
issues[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[EpicIssueConnection, A]): SelectionBuilder[Epic, Option[A]]
A list of issues associated with the epic
-
def
labels[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[LabelConnection, A]): SelectionBuilder[Epic, Option[A]]
Labels assigned to the epic
-
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[Epic, 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
parent[A](innerSelection: SelectionBuilder[Epic, A]): SelectionBuilder[Epic, Option[A]]
Parent epic of the epic
-
def
participants[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserConnection, A]): SelectionBuilder[Epic, Option[A]]
List of participants for the epic
-
def
reference(full: Option[Boolean] = None): SelectionBuilder[Epic, String]
Internal reference of the epic.
Internal reference of the epic. Returned in shortened format by default
-
def
relationPath: SelectionBuilder[Epic, Option[String]]
URI path of the epic-issue relationship
-
def
relativePosition: SelectionBuilder[Epic, Option[Int]]
The relative position of the epic in the epic tree
-
def
startDate: SelectionBuilder[Epic, Option[Time]]
Start date of the epic
-
def
startDateFixed: SelectionBuilder[Epic, Option[Time]]
Fixed start date of the epic
-
def
startDateFromMilestones: SelectionBuilder[Epic, Option[Time]]
Inherited start date of the epic from milestones
-
def
startDateIsFixed: SelectionBuilder[Epic, Option[Boolean]]
Indicates if the start date has been manually set
-
def
state: SelectionBuilder[Epic, EpicState]
State of the epic
-
def
subscribed: SelectionBuilder[Epic, Boolean]
Indicates the currently logged in user is subscribed to the epic
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
title: SelectionBuilder[Epic, Option[String]]
Title of the epic
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updatedAt: SelectionBuilder[Epic, Option[Time]]
Timestamp of when the epic was updated
-
def
upvotes: SelectionBuilder[Epic, Int]
Number of upvotes the epic has received
-
def
userDiscussionsCount: SelectionBuilder[Epic, Int]
Number of user discussions in the epic
-
def
userNotesCount: SelectionBuilder[Epic, Int]
Number of user notes of the epic
-
def
userPermissions[A](innerSelection: SelectionBuilder[EpicPermissions, A]): SelectionBuilder[Epic, 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[Epic, String]
Web path of the epic
-
def
webUrl: SelectionBuilder[Epic, String]
Web URL of the epic
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated