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 TimeStatsIssuesApi. addSpentTime(Object projectIdOrPath, Integer issueIid, Duration duration)Adds spent time for this issueTimeStatsIssuesApi. 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 DurationDuration. forValue(String value)DurationTimeStats. getHumanTimeEstimate()DurationTimeStats. getHumanTotalTimeSpent()Methods in org.gitlab4j.api.models with parameters of type Duration Modifier and Type Method Description voidTimeStats. setHumanTimeEstimate(Duration humanTimeEstimate)voidTimeStats. 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 DurationEventMergeRequest. getHumanTimeEstimate()DurationEventMergeRequest. getHumanTotalTimeSpent()Methods in org.gitlab4j.api.webhook with parameters of type Duration Modifier and Type Method Description voidEventMergeRequest. setHumanTimeEstimate(Duration humanTimeEstimate)voidEventMergeRequest. setHumanTotalTimeSpent(Duration humanTotalTimeSpent)
-