Uses of Class
org.gitlab4j.api.models.Duration
-
Packages that use Duration Package Description org.gitlab4j.api org.gitlab4j.api.models org.gitlab4j.api.webhook -
-
Uses of Duration in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type Duration Modifier and Type Method Description TimeStats
IssuesApi. addSpentTime(Object projectIdOrPath, Integer issueIid, Duration duration)
Adds spent time for this issueTimeStats
IssuesApi. estimateTime(Object projectIdOrPath, Integer issueIid, Duration duration)
Sets an estimated time of work in this issue -
Uses of Duration in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Duration Modifier and Type Method Description static Duration
Duration. forValue(String value)
Duration
TimeStats. getHumanTimeEstimate()
Duration
TimeStats. getHumanTotalTimeSpent()
Methods in org.gitlab4j.api.models with parameters of type Duration Modifier and Type Method Description void
TimeStats. setHumanTimeEstimate(Duration humanTimeEstimate)
void
TimeStats. setHumanTotalTimeSpent(Duration humanTotalTimeSpent)
-
Uses of Duration in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return Duration Modifier and Type Method Description Duration
EventMergeRequest. getHumanTimeEstimate()
Duration
EventMergeRequest. getHumanTotalTimeSpent()
Methods in org.gitlab4j.api.webhook with parameters of type Duration Modifier and Type Method Description void
EventMergeRequest. setHumanTimeEstimate(Duration humanTimeEstimate)
void
EventMergeRequest. setHumanTotalTimeSpent(Duration humanTotalTimeSpent)
-