| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| Modifier and Type | Method and Description |
|---|---|
IssueTimeTracking.EntrySpec |
IssueTimeTracking.EntrySpec.withDate(LocalDate entryDate)
Returns a new spec with
date and using this as a prototype. |
IssueTimeTracking.EntrySpec |
IssueTimeTracking.EntrySpec.withDesc(String desc)
Returns a new spec with
description and using this as a prototype. |
IssueTimeTracking.EntrySpec |
IssueTimeTracking.EntrySpec.withType(TimeTrackEntryType entryType)
Returns a new spec with
type and using this as a prototype. |
| Modifier and Type | Method and Description |
|---|---|
IssueTimeTracking |
IssueTimeTracking.create(IssueTimeTracking.EntrySpec spec)
Creates a new
entry. |
Copyright © 2017 George Aristy. All rights reserved.