-
Methods in org.gitlab4j.api that return TimeStats
Modifier and Type |
Method |
Description |
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Integer issueIid,
int duration) |
Adds spent time for this issue
|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Integer issueIid,
String duration) |
Adds spent time for this issue
|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Integer issueIid,
Duration duration) |
Adds spent time for this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Integer issueIid,
int duration) |
Sets an estimated time of work in this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Integer issueIid,
String duration) |
Sets an estimated time of work in this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Integer issueIid,
Duration duration) |
Sets an estimated time of work in this issue
|
TimeStats |
IssuesApi.getTimeTrackingStats(Object projectIdOrPath,
Integer issueIid) |
Get time tracking stats.
|
TimeStats |
IssuesApi.resetEstimatedTime(Object projectIdOrPath,
Integer issueIid) |
Resets the estimated time for this issue to 0 seconds.
|
TimeStats |
IssuesApi.resetSpentTime(Object projectIdOrPath,
Integer issueIid) |
Resets the total spent time for this issue to 0 seconds.
|
-