Uses of Class
org.aoju.bus.gitlab.models.Duration
Packages that use Duration
-
Uses of Duration in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.aoju.bus.gitlab.hooks.web
Methods in org.aoju.bus.gitlab.hooks.web that return DurationModifier and TypeMethodDescriptionEventMergeRequest.getHumanTimeEstimate()EventMergeRequest.getHumanTotalTimeSpent()Methods in org.aoju.bus.gitlab.hooks.web with parameters of type DurationModifier and TypeMethodDescriptionvoidEventMergeRequest.setHumanTimeEstimate(Duration humanTimeEstimate) voidEventMergeRequest.setHumanTotalTimeSpent(Duration humanTotalTimeSpent) -
Uses of Duration in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return DurationModifier and TypeMethodDescriptionstatic DurationTimeStats.getHumanTimeEstimate()TimeStats.getHumanTotalTimeSpent()Methods in org.aoju.bus.gitlab.models with parameters of type DurationModifier and TypeMethodDescriptionvoidTimeStats.setHumanTimeEstimate(Duration humanTimeEstimate) voidTimeStats.setHumanTotalTimeSpent(Duration humanTotalTimeSpent)