Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
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,
Duration duration)
Sets an estimated time of work in this issue
POST /projects/:id/issues/:issue_iid/time_estimate
|
Modifier and Type | Method and Description |
---|---|
static Duration |
Duration.forValue(String value) |
Duration |
TimeStats.getHumanTimeEstimate() |
Duration |
TimeStats.getHumanTotalTimeSpent() |
Modifier and Type | Method and Description |
---|---|
void |
TimeStats.setHumanTimeEstimate(Duration humanTimeEstimate) |
void |
TimeStats.setHumanTotalTimeSpent(Duration humanTotalTimeSpent) |
Copyright © 2017. All rights reserved.