| 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. |
| Constructor and Description |
|---|
EntrySpec(Duration duration,
String description,
TimeTrackEntryType type)
Assumes the date is now.
|
EntrySpec(Duration duration,
TimeTrackEntryType type)
Assumes the date is now and an empty description.
|
EntrySpec(LocalDate date,
Duration duration,
String description,
TimeTrackEntryType type)
Primary ctor.
|
Copyright © 2017–2018 George Aristy. All rights reserved.