Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Integer issueIid,
Duration duration)
Adds spent time for this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Integer issueIid,
Duration duration)
Sets an estimated time of work in this issue
|
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 © 2019. All rights reserved.