File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
src/main/java/org/gitlab4j/api/models Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 5
5
import javax .xml .bind .annotation .XmlAccessorType ;
6
6
7
7
/**
8
- * contains sizing information from the project.
9
- * To get this information, the project api has to be called with parameter statistics=true
10
- * which is only allowed for gitlab admins.
11
- *
12
- * Example json from projects api response:
13
- * https://<gitlab>/api/v4//projects?statistics=true
14
- *
15
- * "statistics": {
16
- * "commit_count": 37,
17
- * "storage_size": 1038090,
18
- * "repository_size": 1038090,
19
- * "lfs_objects_size": 0,
20
- * "job_artifacts_size": 0
21
- * }
8
+ * This class contains the sizing information from the project. To get this information,
9
+ * ProjectApi.getProject() has to be called with parameter statistics=true
10
+ * which is only allowed for GitLab admins.
22
11
*/
23
12
@ XmlAccessorType (XmlAccessType .FIELD )
24
13
public class ProjectStatistics {
You can’t perform that action at this time.
0 commit comments