Package com.atlassian.bitbucket.scm
Interface RepositorySize
public interface RepositorySize
Represents the size of a repository.
- Since:
- 7.14
-
Method Summary
-
Method Details
-
getTotal
long getTotal()- Returns:
- the total size of the repository, in bytes.
-