- All Known Implementing Classes:
ProjectStatisticsImpl
A representation of the model object 'Project Statistics'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the value of the 'Commit Count' attribute.longReturns the value of the 'Job Artifacts Size' attribute.longReturns the value of the 'Lfs Objects Size' attribute.longReturns the value of the 'Packages Size' attribute.longReturns the value of the 'Repository Size' attribute.longReturns the value of the 'Storage Size' attribute.longReturns the value of the 'Wiki Size' attribute.voidsetCommitCount(long value) Sets the value of the 'Commit Count' attribute.voidsetJobArtifactsSize(long value) Sets the value of the 'Job Artifacts Size' attribute.voidsetLfsObjectsSize(long value) Sets the value of the 'Lfs Objects Size' attribute.voidsetPackagesSize(long value) Sets the value of the 'Packages Size' attribute.voidsetRepositorySize(long value) Sets the value of the 'Repository Size' attribute.voidsetStorageSize(long value) Sets the value of the 'Storage Size' attribute.voidsetWikiSize(long value) Sets the value of the 'Wiki Size' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCommitCount
long getCommitCount()Returns the value of the 'Commit Count' attribute.- Returns:
- the value of the 'Commit Count' attribute.
- See Also:
-
setCommitCount
Sets the value of the 'Commit Count' attribute.- Parameters:
value- the new value of the 'Commit Count' attribute.- See Also:
-
getStorageSize
long getStorageSize()Returns the value of the 'Storage Size' attribute.- Returns:
- the value of the 'Storage Size' attribute.
- See Also:
-
setStorageSize
Sets the value of the 'Storage Size' attribute.- Parameters:
value- the new value of the 'Storage Size' attribute.- See Also:
-
getRepositorySize
long getRepositorySize()Returns the value of the 'Repository Size' attribute.- Returns:
- the value of the 'Repository Size' attribute.
- See Also:
-
setRepositorySize
Sets the value of the 'Repository Size' attribute.- Parameters:
value- the new value of the 'Repository Size' attribute.- See Also:
-
getWikiSize
long getWikiSize()Returns the value of the 'Wiki Size' attribute.- Returns:
- the value of the 'Wiki Size' attribute.
- See Also:
-
setWikiSize
Sets the value of the 'Wiki Size' attribute.- Parameters:
value- the new value of the 'Wiki Size' attribute.- See Also:
-
getLfsObjectsSize
long getLfsObjectsSize()Returns the value of the 'Lfs Objects Size' attribute.- Returns:
- the value of the 'Lfs Objects Size' attribute.
- See Also:
-
setLfsObjectsSize
Sets the value of the 'Lfs Objects Size' attribute.- Parameters:
value- the new value of the 'Lfs Objects Size' attribute.- See Also:
-
getJobArtifactsSize
long getJobArtifactsSize()Returns the value of the 'Job Artifacts Size' attribute.- Returns:
- the value of the 'Job Artifacts Size' attribute.
- See Also:
-
setJobArtifactsSize
Sets the value of the 'Job Artifacts Size' attribute.- Parameters:
value- the new value of the 'Job Artifacts Size' attribute.- See Also:
-
getPackagesSize
long getPackagesSize()Returns the value of the 'Packages Size' attribute.- Returns:
- the value of the 'Packages Size' attribute.
- See Also:
-
setPackagesSize
Sets the value of the 'Packages Size' attribute.- Parameters:
value- the new value of the 'Packages Size' attribute.- See Also:
-