Package org.gitlab4j.api.models
Class Group.Statistics
java.lang.Object
org.gitlab4j.api.models.Group.Statistics
- Enclosing class:
- Group
public class Group.Statistics extends Object
-
Constructor Summary
Constructors Constructor Description Statistics()
-
Method Summary
Modifier and Type Method Description Long
getJobArtifactsSize()
Long
getLfsObjectsSize()
Long
getRepositorySize()
Long
getStorageSize()
void
setJobArtifactsSize(Long jobArtifactsSize)
void
setLfsObjectsSize(Long lfsObjectsSize)
void
setRepositorySize(Long repositorySize)
void
setStorageSize(Long storageSize)
-
Constructor Details
-
Statistics
public Statistics()
-
-
Method Details
-
getStorageSize
-
setStorageSize
-
getRepositorySize
-
setRepositorySize
-
getLfsObjectsSize
-
setLfsObjectsSize
-
getJobArtifactsSize
-
setJobArtifactsSize
-