You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -89,6 +89,18 @@ List<Commit> allCommits = new ArrayList<>(commitPager.getTotalItems());
89
89
while (commitPager.hasNext())
90
90
allCommits.addAll(commitPager.next());
91
91
```
92
+
---
93
+
## Issue Time Estimates
94
+
GitLab issues allow for time tracking. The following time units are currently available:
95
+
96
+
months (mo)
97
+
weeks (w)
98
+
days (d)
99
+
hours (h)
100
+
minutes (m)
101
+
102
+
Conversion rates are 1mo = 4w, 1w = 5d and 1d = 8h.
103
+
92
104
---
93
105
## Making API Calls
94
106
The API has been broken up into sub APIs classes to make it easier to learn and to separate concerns. Following is a list of the sub APIs along with a sample use of each API. See the <ahref="http://www.messners.com/gitlab4j-api/javadocs/index.html?org/gitlab4j/api/package-summary.html"target="_top">Javadocs</a> for a complete list of available methods for each sub API.
0 commit comments