Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models | |
org.gitlab4j.api.webhook |
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) |
Modifier and Type | Method and Description |
---|---|
Duration |
EventMergeRequest.getHumanTimeEstimate() |
Duration |
EventMergeRequest.getHumanTotalTimeSpent() |
Modifier and Type | Method and Description |
---|---|
void |
EventMergeRequest.setHumanTimeEstimate(Duration humanTimeEstimate) |
void |
EventMergeRequest.setHumanTotalTimeSpent(Duration humanTotalTimeSpent) |
Copyright © 2019. All rights reserved.