Uses of Class
org.gitlab4j.api.models.Duration
Packages that use Duration
-
Uses of Duration in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type DurationModifier and TypeMethodDescriptionIssuesApi.addSpentTime
(Object projectIdOrPath, Long issueIid, Duration duration) Adds spent time for this issueIssuesApi.estimateTime
(Object projectIdOrPath, Long 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 DurationModifier and TypeMethodDescriptionstatic Duration
TimeStats.getHumanTimeEstimate()
TimeStats.getHumanTotalTimeSpent()
Methods in org.gitlab4j.api.models with parameters of type DurationModifier and TypeMethodDescriptionvoid
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 DurationModifier and TypeMethodDescriptionEventMergeRequest.getHumanTimeChange()
EventMergeRequest.getHumanTimeEstimate()
EventMergeRequest.getHumanTotalTimeSpent()
Methods in org.gitlab4j.api.webhook with parameters of type DurationModifier and TypeMethodDescriptionvoid
EventMergeRequest.setHumanTimeChange
(Duration humanTimeChange) void
EventMergeRequest.setHumanTimeEstimate
(Duration humanTimeEstimate) void
EventMergeRequest.setHumanTotalTimeSpent
(Duration humanTotalTimeSpent)