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 DurationTimeStats.getHumanTimeEstimate()TimeStats.getHumanTotalTimeSpent()Methods in org.gitlab4j.api.models with parameters of type DurationModifier and TypeMethodDescriptionvoidTimeStats.setHumanTimeEstimate(Duration humanTimeEstimate) voidTimeStats.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 TypeMethodDescriptionvoidEventMergeRequest.setHumanTimeChange(Duration humanTimeChange) voidEventMergeRequest.setHumanTimeEstimate(Duration humanTimeEstimate) voidEventMergeRequest.setHumanTotalTimeSpent(Duration humanTotalTimeSpent)