| Package | Description |
|---|---|
| org.nuiton.jredmine.service |
| Modifier and Type | Method and Description |
|---|---|
TimeEntry |
DefaultRedmineService.addIssueTimeEntry(String projectName,
String issueId,
TimeEntry timeEntry) |
TimeEntry |
RedmineLogguedService.addIssueTimeEntry(String projectName,
String issueId,
TimeEntry entry)
Add a new time entry to the given issue for the given project and
return the updated time entry.
|
TimeEntry[] |
DefaultRedmineService.getIssueTimeEntries(String projectName,
String issueId) |
TimeEntry[] |
RedmineAnonymousService.getIssueTimeEntries(String projectName,
String issueId)
Obtain for a given issue of a given project all the time entries.
|
| Modifier and Type | Method and Description |
|---|---|
TimeEntry |
DefaultRedmineService.addIssueTimeEntry(String projectName,
String issueId,
TimeEntry timeEntry) |
TimeEntry |
RedmineLogguedService.addIssueTimeEntry(String projectName,
String issueId,
TimeEntry entry)
Add a new time entry to the given issue for the given project and
return the updated time entry.
|
Copyright © 2009–2015 CodeLutin. All rights reserved.