object Milestone
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Milestone
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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[Milestone, Time]
Timestamp of milestone creation
-
def
description: SelectionBuilder[Milestone, Option[String]]
Description of the milestone
-
def
dueDate: SelectionBuilder[Milestone, Option[Time]]
Timestamp of the milestone 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
groupMilestone: SelectionBuilder[Milestone, Boolean]
Indicates if milestone is at group level
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[Milestone, String]
ID of the milestone
-
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
projectMilestone: SelectionBuilder[Milestone, Boolean]
Indicates if milestone is at project level
-
def
report[A](innerSelection: SelectionBuilder[TimeboxReport, A]): SelectionBuilder[Milestone, Option[A]]
Historically accurate report about the timebox
-
def
startDate: SelectionBuilder[Milestone, Option[Time]]
Timestamp of the milestone start date
-
def
state: SelectionBuilder[Milestone, MilestoneStateEnum]
State of the milestone
-
def
stats[A](innerSelection: SelectionBuilder[MilestoneStats, A]): SelectionBuilder[Milestone, Option[A]]
Milestone statistics
-
def
subgroupMilestone: SelectionBuilder[Milestone, Boolean]
Indicates if milestone is at subgroup level
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
title: SelectionBuilder[Milestone, String]
Title of the milestone
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updatedAt: SelectionBuilder[Milestone, Time]
Timestamp of last milestone 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[Milestone, String]
Web path of the milestone
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated