object Iteration
- Alphabetic
- By Inheritance
- Iteration
- 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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createdAt: SelectionBuilder[Iteration, Time]
Timestamp of iteration creation
-
def
description: SelectionBuilder[Iteration, Option[String]]
Description of the iteration
-
def
descriptionHtml: SelectionBuilder[Iteration, Option[String]]
The GitLab Flavored Markdown rendering of
description -
def
dueDate: SelectionBuilder[Iteration, Option[Time]]
Timestamp of the iteration due date
-
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
id: SelectionBuilder[Iteration, String]
ID of the iteration
-
def
iid: SelectionBuilder[Iteration, String]
Internal ID of the iteration
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
report[A](innerSelection: SelectionBuilder[TimeboxReport, A]): SelectionBuilder[Iteration, Option[A]]
Historically accurate report about the timebox
-
def
scopedPath: SelectionBuilder[Iteration, Option[String]]
Web path of the iteration, scoped to the query parent.
Web path of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts
-
def
scopedUrl: SelectionBuilder[Iteration, Option[String]]
Web URL of the iteration, scoped to the query parent.
Web URL of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts
-
def
startDate: SelectionBuilder[Iteration, Option[Time]]
Timestamp of the iteration start date
-
def
state: SelectionBuilder[Iteration, IterationState]
State of the iteration
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
title: SelectionBuilder[Iteration, String]
Title of the iteration
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updatedAt: SelectionBuilder[Iteration, Time]
Timestamp of last iteration update
-
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[Iteration, String]
Web path of the iteration
-
def
webUrl: SelectionBuilder[Iteration, String]
Web URL of the iteration
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated