| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
| Modifier and Type | Method | Description |
|---|---|---|
TimeStats |
IssuesApi.addSpentTime(Integer projectId,
Integer issueIid,
int duration) |
Adds spent time for this issue
POST /projects/:id/issues/:issue_iid/add_spent_time
|
TimeStats |
IssuesApi.addSpentTime(Integer projectId,
Integer issueIid,
String duration) |
Adds spent time for this issue
POST /projects/:id/issues/:issue_iid/add_spent_time
|
TimeStats |
IssuesApi.addSpentTime(Integer projectId,
Integer issueIid,
Duration duration) |
Adds spent time for this issue
POST /projects/:id/issues/:issue_iid/add_spent_time
|
TimeStats |
IssuesApi.estimateTime(Integer projectId,
Integer issueIid,
int duration) |
Sets an estimated time of work in this issue
POST /projects/:id/issues/:issue_iid/time_estimate
|
TimeStats |
IssuesApi.estimateTime(Integer projectId,
Integer issueIid,
String duration) |
Sets an estimated time of work in this issue
POST /projects/:id/issues/:issue_iid/time_estimate
|
TimeStats |
IssuesApi.estimateTime(Integer projectId,
Integer issueIid,
Duration duration) |
Sets an estimated time of work in this issue
POST /projects/:id/issues/:issue_iid/time_estimate
|
TimeStats |
IssuesApi.getTimeTrackingStats(Integer projectId,
Integer issueIid) |
Get time tracking stats.
|
TimeStats |
IssuesApi.resetEstimatedTime(Integer projectId,
Integer issueIid) |
Resets the estimated time for this issue to 0 seconds.
|
TimeStats |
IssuesApi.resetSpentTime(Integer projectId,
Integer issueIid) |
Resets the total spent time for this issue to 0 seconds.
|
| Modifier and Type | Method | Description |
|---|---|---|
Optional<TimeStats> |
IssuesApi.getOptionalTimeTrackingStats(Integer projectId,
Integer issueIid) |
Get time tracking stats as an Optional instance
GET /projects/:id/issues/:issue_iid/time_stats
|
| Modifier and Type | Method | Description |
|---|---|---|
TimeStats |
Issue.getTimeStats() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Issue.setTimeStats(TimeStats timeStats) |
Copyright © 2018. All rights reserved.