Timelog

object Timelog
class Object
trait Matchable
class Any

Value members

Concrete methods

def issue[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[Timelog, Option[A]]

The issue that logged time was added to.

The issue that logged time was added to.

def mergeRequest[A](innerSelection: SelectionBuilder[MergeRequest, A]): SelectionBuilder[Timelog, Option[A]]

The merge request that logged time was added to.

The merge request that logged time was added to.

def note[A](innerSelection: SelectionBuilder[Note, A]): SelectionBuilder[Timelog, Option[A]]

The note where the quick action to add the logged time was executed.

The note where the quick action to add the logged time was executed.

def spentAt: SelectionBuilder[Timelog, Option[Time]]

Timestamp of when the time tracked was spent at.

Timestamp of when the time tracked was spent at.

def timeSpent: SelectionBuilder[Timelog, Int]

The time spent displayed in seconds.

The time spent displayed in seconds.

def user[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Timelog, A]

The user that logged the time.

The user that logged the time.