Iteration

object Iteration
class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[Iteration, Time]

Timestamp of iteration creation.

Timestamp of iteration creation.

def description: SelectionBuilder[Iteration, Option[String]]

Description of the iteration.

Description of the iteration.

def descriptionHtml: SelectionBuilder[Iteration, Option[String]]

The GitLab Flavored Markdown rendering of description

The GitLab Flavored Markdown rendering of description

def dueDate: SelectionBuilder[Iteration, Option[Time]]

Timestamp of the iteration due date.

Timestamp of the iteration due date.

def id: SelectionBuilder[Iteration, String]

ID of the iteration.

ID of the iteration.

def iid: SelectionBuilder[Iteration, String]

Internal ID of the iteration.

Internal ID of the iteration.

def iterationCadence[A](innerSelection: SelectionBuilder[IterationCadence, A]): SelectionBuilder[Iteration, A]

Cadence of the iteration.

Cadence of the iteration.

def report[A](innerSelection: SelectionBuilder[TimeboxReport, A]): SelectionBuilder[Iteration, Option[A]]

Historically accurate report about the timebox.

Historically accurate report about the timebox.

def scopedPath: SelectionBuilder[Iteration, Option[String]]

Web path of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts.

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. Only valid for Project parents. Returns null in other contexts.

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.

Timestamp of the iteration start date.

def state: SelectionBuilder[Iteration, IterationState]

State of the iteration.

State of the iteration.

def title: SelectionBuilder[Iteration, String]

Title of the iteration.

Title of the iteration.

def updatedAt: SelectionBuilder[Iteration, Time]

Timestamp of last iteration update.

Timestamp of last iteration update.

def webPath: SelectionBuilder[Iteration, String]

Web path of the iteration.

Web path of the iteration.

def webUrl: SelectionBuilder[Iteration, String]

Web URL of the iteration.

Web URL of the iteration.