| 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.EntrySpec |
IssueTimeTracking.EntrySpec.withType(TimeTrackEntryType entryType)
Returns a new spec with
type and using this as a prototype. |
| Constructor and Description |
|---|
EntrySpec(LocalDate date,
Duration duration,
Optional<String> description,
Optional<TimeTrackEntryType> type)
Primary ctor.
|
Copyright © 2017 George Aristy. All rights reserved.