ProjectStatistics

class Object
trait Matchable
class Any

Value members

Concrete methods

def buildArtifactsSize: SelectionBuilder[ProjectStatistics, Double]

Build artifacts size of the project in bytes.

Build artifacts size of the project in bytes.

def commitCount: SelectionBuilder[ProjectStatistics, Double]

Commit count of the project.

Commit count of the project.

def lfsObjectsSize: SelectionBuilder[ProjectStatistics, Double]

Large File Storage (LFS) object size of the project in bytes.

Large File Storage (LFS) object size of the project in bytes.

def packagesSize: SelectionBuilder[ProjectStatistics, Double]

Packages size of the project in bytes.

Packages size of the project in bytes.

def repositorySize: SelectionBuilder[ProjectStatistics, Double]

Repository size of the project in bytes.

Repository size of the project in bytes.

def snippetsSize: SelectionBuilder[ProjectStatistics, Option[Double]]

Snippets size of the project in bytes.

Snippets size of the project in bytes.

def storageSize: SelectionBuilder[ProjectStatistics, Double]

Storage size of the project in bytes.

Storage size of the project in bytes.

def uploadsSize: SelectionBuilder[ProjectStatistics, Option[Double]]

Uploads size of the project in bytes.

Uploads size of the project in bytes.

def wikiSize: SelectionBuilder[ProjectStatistics, Option[Double]]

Wiki size of the project in bytes.

Wiki size of the project in bytes.