Milestone

object Milestone
class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[Milestone, Time]

Timestamp of milestone creation.

Timestamp of milestone creation.

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

Description of the milestone.

Description of the milestone.

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

Timestamp of the milestone due date.

Timestamp of the milestone due date.

def groupMilestone: SelectionBuilder[Milestone, Boolean]

Indicates if milestone is at group level.

Indicates if milestone is at group level.

def id: SelectionBuilder[Milestone, String]

ID of the milestone.

ID of the milestone.

def iid: SelectionBuilder[Milestone, String]

Internal ID of the milestone.

Internal ID of the milestone.

def projectMilestone: SelectionBuilder[Milestone, Boolean]

Indicates if milestone is at project level.

Indicates if milestone is at project level.

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

Historically accurate report about the timebox.

Historically accurate report about the timebox.

def startDate: SelectionBuilder[Milestone, Option[Time]]

Timestamp of the milestone start date.

Timestamp of the milestone start date.

def state: SelectionBuilder[Milestone, MilestoneStateEnum]

State of the milestone.

State of the milestone.

def stats[A](innerSelection: SelectionBuilder[MilestoneStats, A]): SelectionBuilder[Milestone, Option[A]]

Milestone statistics.

Milestone statistics.

def subgroupMilestone: SelectionBuilder[Milestone, Boolean]

Indicates if milestone is at subgroup level.

Indicates if milestone is at subgroup level.

def title: SelectionBuilder[Milestone, String]

Title of the milestone.

Title of the milestone.

def updatedAt: SelectionBuilder[Milestone, Time]

Timestamp of last milestone update.

Timestamp of last milestone update.

def webPath: SelectionBuilder[Milestone, String]

Web path of the milestone.

Web path of the milestone.