class GitLab::Project::Statistics

Included Modules

Defined in:

gitlab/project.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def commit_count : UInt32 | Nil #

[View source]
def container_registry_size : UInt32 | Nil #

[View source]
def job_artifacts_size : UInt32 | Nil #

[View source]
def lfs_objects_size : UInt32 | Nil #

[View source]
def packages_size : UInt32 | Nil #

[View source]
def pipeline_artifacts_size : UInt32 | Nil #

[View source]
def repository_size : UInt32 | Nil #

[View source]
def snippets_size : UInt32 | Nil #

[View source]
def storage_size : UInt32 | Nil #

[View source]
def uploads_size : UInt32 | Nil #

[View source]
def wiki_size : UInt32 | Nil #

[View source]