| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TimeTrackEntryType> |
TimeTrackEntry.type()
The entry's
type. |
Stream<TimeTrackEntryType> |
ProjectTimeTracking.types()
A stream of all
timetracking entry types, if
timetracking is enabled. |
| Modifier and Type | Method and Description |
|---|---|
IssueTimeTracking |
IssueTimeTracking.create(Duration duration,
String description,
TimeTrackEntryType type)
Creates a new
entry with a duration, description, and a type. |
IssueTimeTracking |
IssueTimeTracking.create(Duration duration,
TimeTrackEntryType type)
Creates a new
entry with a duration and a type. |
IssueTimeTracking |
IssueTimeTracking.create(LocalDate date,
Duration duration,
String description,
TimeTrackEntryType type)
Creates a new
entry. |
Copyright © 2017–2018 George Aristy. All rights reserved.