Uses of Class
org.gitlab4j.api.models.TimeStats
Packages that use TimeStats
-
Uses of TimeStats in org.gitlab4j.api
Methods in org.gitlab4j.api that return TimeStatsModifier and TypeMethodDescriptionIssuesApi.addSpentTime
(Object projectIdOrPath, Long issueIid, int duration) Adds spent time for this issueIssuesApi.addSpentTime
(Object projectIdOrPath, Long issueIid, String duration) Adds spent time for this issueIssuesApi.addSpentTime
(Object projectIdOrPath, Long issueIid, Duration duration) Adds spent time for this issueIssuesApi.estimateTime
(Object projectIdOrPath, Long issueIid, int duration) Sets an estimated time of work in this issueIssuesApi.estimateTime
(Object projectIdOrPath, Long issueIid, String duration) Sets an estimated time of work in this issueIssuesApi.estimateTime
(Object projectIdOrPath, Long issueIid, Duration duration) Sets an estimated time of work in this issueIssuesApi.getTimeTrackingStats
(Object projectIdOrPath, Long issueIid) Get time tracking stats.IssuesApi.resetEstimatedTime
(Object projectIdOrPath, Long issueIid) Resets the estimated time for this issue to 0 seconds.IssuesApi.resetSpentTime
(Object projectIdOrPath, Long issueIid) Resets the total spent time for this issue to 0 seconds.Methods in org.gitlab4j.api that return types with arguments of type TimeStatsModifier and TypeMethodDescriptionIssuesApi.getOptionalTimeTrackingStats
(Object projectIdOrPath, Long issueIid) Get time tracking stats as an Optional instance -
Uses of TimeStats in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return TimeStatsMethods in org.gitlab4j.api.models with parameters of type TimeStatsModifier and TypeMethodDescriptionvoid
AbstractIssue.setTimeStats
(TimeStats timeStats) void
MergeRequest.setTimeStats
(TimeStats timeStats)