class Gitlab::Project

Included Modules

Defined in:

lib/gitlab/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def approvals_before_merge : Int32 | Nil #

[View source]
def approvals_before_merge=(approvals_before_merge : Int32 | Nil) #

[View source]
def archived : Bool #

[View source]
def archived=(archived : Bool) #

[View source]
def auto_cancel_pending_pipelines : String #

[View source]
def auto_cancel_pending_pipelines=(auto_cancel_pending_pipelines : String) #

[View source]
def auto_devops_deploy_strategy : String #

[View source]
def auto_devops_deploy_strategy=(auto_devops_deploy_strategy : String) #

[View source]
def auto_devops_enabled : Bool #

[View source]
def auto_devops_enabled=(auto_devops_enabled : Bool) #

[View source]
def avatar_url : String | Nil #

[View source]
def avatar_url=(avatar_url : String | Nil) #

[View source]
def build_coverage_regex : String | Nil #

[View source]
def build_coverage_regex=(build_coverage_regex : String | Nil) #

[View source]
def build_timeout : Int32 #

[View source]
def build_timeout=(build_timeout : Int32) #

[View source]
def builds_access_level : String #

[View source]
def builds_access_level=(builds_access_level : String) #

[View source]
def ci_config_path : String | Nil #

[View source]
def ci_config_path=(ci_config_path : String | Nil) #

[View source]
def ci_default_git_depth : Int32 | Nil #

[View source]
def ci_default_git_depth=(ci_default_git_depth : Int32 | Nil) #

[View source]
def container_registry_enabled : Bool | Nil #

[View source]
def container_registry_enabled=(container_registry_enabled : Bool | Nil) #

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def creator_id : Int32 #

[View source]
def creator_id=(creator_id : Int32) #

[View source]
def default_branch : String | Nil #

[View source]
def default_branch=(default_branch : String | Nil) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def empty_repo : Bool #

[View source]
def empty_repo=(empty_repo : Bool) #

[View source]
def external_authorization_classification_label : String #

[View source]
def external_authorization_classification_label=(external_authorization_classification_label : String) #

[View source]
def fork? : Bool #

[View source]
def forked_from_project : ForkedFromProject | Nil #

[View source]
def forked_from_project=(forked_from_project : ForkedFromProject | Nil) #

[View source]
def forks_count : Int32 #

[View source]
def forks_count=(forks_count : Int32) #

[View source]
def http_url_to_repo : String #

[View source]
def http_url_to_repo=(http_url_to_repo : String) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def import_status : String #

[View source]
def import_status=(import_status : String) #

[View source]
def issues_access_level : String #

[View source]
def issues_access_level=(issues_access_level : String) #

[View source]
def issues_enabled : Bool #

[View source]
def issues_enabled=(issues_enabled : Bool) #

[View source]
def jobs_enabled : Bool #

[View source]
def jobs_enabled=(jobs_enabled : Bool) #

[View source]
def last_activity_at : Time #

[View source]
def last_activity_at=(last_activity_at : Time) #

[View source]
def lfs_enabled : Bool #

[View source]
def lfs_enabled=(lfs_enabled : Bool) #

[View source]
def license : License | Nil #

[View source]
def license=(license : License | Nil) #

[View source]
def license_url : String | Nil #

[View source]
def license_url=(license_url : String | Nil) #

[View source]
def links : Links #

[View source]
def links=(links : Links) #

[View source]
def marked_for_deletion_at : String | Nil #

[View source]
def marked_for_deletion_at=(marked_for_deletion_at : String | Nil) #

[View source]
def merge_method : String #

[View source]
def merge_method=(merge_method : String) #

[View source]
def merge_requests_access_level : String #

[View source]
def merge_requests_access_level=(merge_requests_access_level : String) #

[View source]
def merge_requests_enabled : Bool #

[View source]
def merge_requests_enabled=(merge_requests_enabled : Bool) #

[View source]
def mirror : Bool | Nil #

[View source]
def mirror=(mirror : Bool | Nil) #

[View source]
def mirror_overwrites_diverged_branches : Bool | Nil #

[View source]
def mirror_overwrites_diverged_branches=(mirror_overwrites_diverged_branches : Bool | Nil) #

[View source]
def mirror_trigger_builds : Bool | Nil #

[View source]
def mirror_trigger_builds=(mirror_trigger_builds : Bool | Nil) #

[View source]
def mirror_user_id : Int32 | Nil #

[View source]
def mirror_user_id=(mirror_user_id : Int32 | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def name_with_namespace : String #

[View source]
def name_with_namespace=(name_with_namespace : String) #

[View source]
def namespace : Namespace #

[View source]
def namespace=(namespace : Namespace) #

[View source]
def only_allow_merge_if_all_discussions_are_resolved : Bool | Nil #

[View source]
def only_allow_merge_if_all_discussions_are_resolved=(only_allow_merge_if_all_discussions_are_resolved : Bool | Nil) #

[View source]
def only_allow_merge_if_pipeline_succeeds : Bool #

[View source]
def only_allow_merge_if_pipeline_succeeds=(only_allow_merge_if_pipeline_succeeds : Bool) #

[View source]
def only_mirror_protected_branches : Bool | Nil #

[View source]
def only_mirror_protected_branches=(only_mirror_protected_branches : Bool | Nil) #

[View source]
def open_issues_count : Int32 | Nil #

[View source]
def open_issues_count=(open_issues_count : Int32 | Nil) #

[View source]
def owner : Owner | Nil #

[View source]
def owner=(owner : Owner | Nil) #

[View source]
def packages_enabled : Bool | Nil #

[View source]
def packages_enabled=(packages_enabled : Bool | Nil) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def path_with_namespace : String #

[View source]
def path_with_namespace=(path_with_namespace : String) #

[View source]
def permissions : Permissions | Nil #

[View source]
def permissions=(permissions : Permissions | Nil) #

[View source]
def printing_merge_request_link_enabled : Bool #

[View source]
def printing_merge_request_link_enabled=(printing_merge_request_link_enabled : Bool) #

[View source]
def public_jobs : Bool #

[View source]
def public_jobs=(public_jobs : Bool) #

[View source]
def readme_url : String | Nil #

[View source]
def readme_url=(readme_url : String | Nil) #

[View source]
def remove_source_branch_after_merge : Bool | Nil #

[View source]
def remove_source_branch_after_merge=(remove_source_branch_after_merge : Bool | Nil) #

[View source]
def repository_access_level : String #

[View source]
def repository_access_level=(repository_access_level : String) #

[View source]
def request_access_enabled : Bool #

[View source]
def request_access_enabled=(request_access_enabled : Bool) #

[View source]
def resolve_outdated_diff_discussions : Bool | Nil #

[View source]
def resolve_outdated_diff_discussions=(resolve_outdated_diff_discussions : Bool | Nil) #

[View source]
def service_desk_address : String | Nil #

[View source]
def service_desk_address=(service_desk_address : String | Nil) #

[View source]
def service_desk_enabled : Bool | Nil #

[View source]
def service_desk_enabled=(service_desk_enabled : Bool | Nil) #

[View source]
def shared_runners_enabled : Bool #

[View source]
def shared_runners_enabled=(shared_runners_enabled : Bool) #

[View source]
def shared_with_groups : Array(JSON::Any | Nil) #

[View source]
def shared_with_groups=(shared_with_groups : Array(JSON::Any | Nil)) #

[View source]
def snippets_access_level : String #

[View source]
def snippets_access_level=(snippets_access_level : String) #

[View source]
def snippets_enabled : Bool #

[View source]
def snippets_enabled=(snippets_enabled : Bool) #

[View source]
def ssh_url_to_repo : String #

[View source]
def ssh_url_to_repo=(ssh_url_to_repo : String) #

[View source]
def star_count : Int32 #

[View source]
def star_count=(star_count : Int32) #

[View source]
def tag_list : Array(String) #

[View source]
def tag_list=(tag_list : Array(String)) #

[View source]
def visibility : String #

[View source]
def visibility=(visibility : String) #

[View source]
def web_url : String #

[View source]
def web_url=(web_url : String) #

[View source]
def wiki_access_level : String #

[View source]
def wiki_access_level=(wiki_access_level : String) #

[View source]
def wiki_enabled : Bool #

[View source]
def wiki_enabled=(wiki_enabled : Bool) #

[View source]