class Gitlab::Project
- Gitlab::Project
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lib/gitlab/models.crConstructors
Instance Method Summary
- #approvals_before_merge : Int32 | Nil
- #approvals_before_merge=(approvals_before_merge : Int32 | Nil)
- #archived : Bool
- #archived=(archived : Bool)
- #auto_cancel_pending_pipelines : String
- #auto_cancel_pending_pipelines=(auto_cancel_pending_pipelines : String)
- #auto_devops_deploy_strategy : String
- #auto_devops_deploy_strategy=(auto_devops_deploy_strategy : String)
- #auto_devops_enabled : Bool
- #auto_devops_enabled=(auto_devops_enabled : Bool)
- #avatar_url : String | Nil
- #avatar_url=(avatar_url : String | Nil)
- #build_coverage_regex : String | Nil
- #build_coverage_regex=(build_coverage_regex : String | Nil)
- #build_timeout : Int32
- #build_timeout=(build_timeout : Int32)
- #builds_access_level : String
- #builds_access_level=(builds_access_level : String)
- #ci_config_path : String | Nil
- #ci_config_path=(ci_config_path : String | Nil)
- #ci_default_git_depth : Int32 | Nil
- #ci_default_git_depth=(ci_default_git_depth : Int32 | Nil)
- #container_registry_enabled : Bool | Nil
- #container_registry_enabled=(container_registry_enabled : Bool | Nil)
- #created_at : Time
- #created_at=(created_at : Time)
- #creator_id : Int32
- #creator_id=(creator_id : Int32)
- #default_branch : String | Nil
- #default_branch=(default_branch : String | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #empty_repo : Bool
- #empty_repo=(empty_repo : Bool)
- #external_authorization_classification_label : String
- #external_authorization_classification_label=(external_authorization_classification_label : String)
- #forked_from_project : ForkedFromProject | Nil
- #forked_from_project=(forked_from_project : ForkedFromProject | Nil)
- #forks_count : Int32
- #forks_count=(forks_count : Int32)
- #http_url_to_repo : String
- #http_url_to_repo=(http_url_to_repo : String)
- #id : Int32
- #id=(id : Int32)
- #import_status : String
- #import_status=(import_status : String)
- #issues_access_level : String
- #issues_access_level=(issues_access_level : String)
- #issues_enabled : Bool
- #issues_enabled=(issues_enabled : Bool)
- #jobs_enabled : Bool
- #jobs_enabled=(jobs_enabled : Bool)
- #last_activity_at : Time
- #last_activity_at=(last_activity_at : Time)
- #lfs_enabled : Bool
- #lfs_enabled=(lfs_enabled : Bool)
- #license : License | Nil
- #license=(license : License | Nil)
- #license_url : String | Nil
- #license_url=(license_url : String | Nil)
- #links : Links
- #links=(links : Links)
- #marked_for_deletion_at : String | Nil
- #marked_for_deletion_at=(marked_for_deletion_at : String | Nil)
- #merge_method : String
- #merge_method=(merge_method : String)
- #merge_requests_access_level : String
- #merge_requests_access_level=(merge_requests_access_level : String)
- #merge_requests_enabled : Bool
- #merge_requests_enabled=(merge_requests_enabled : Bool)
- #mirror : Bool | Nil
- #mirror=(mirror : Bool | Nil)
- #mirror_overwrites_diverged_branches : Bool | Nil
- #mirror_overwrites_diverged_branches=(mirror_overwrites_diverged_branches : Bool | Nil)
- #mirror_trigger_builds : Bool | Nil
- #mirror_trigger_builds=(mirror_trigger_builds : Bool | Nil)
- #mirror_user_id : Int32 | Nil
- #mirror_user_id=(mirror_user_id : Int32 | Nil)
- #name : String
- #name=(name : String)
- #name_with_namespace : String
- #name_with_namespace=(name_with_namespace : String)
- #namespace : Namespace
- #namespace=(namespace : Namespace)
- #only_allow_merge_if_all_discussions_are_resolved : Bool | Nil
- #only_allow_merge_if_all_discussions_are_resolved=(only_allow_merge_if_all_discussions_are_resolved : Bool | Nil)
- #only_allow_merge_if_pipeline_succeeds : Bool
- #only_allow_merge_if_pipeline_succeeds=(only_allow_merge_if_pipeline_succeeds : Bool)
- #only_mirror_protected_branches : Bool | Nil
- #only_mirror_protected_branches=(only_mirror_protected_branches : Bool | Nil)
- #open_issues_count : Int32 | Nil
- #open_issues_count=(open_issues_count : Int32 | Nil)
- #owner : Owner | Nil
- #owner=(owner : Owner | Nil)
- #packages_enabled : Bool | Nil
- #packages_enabled=(packages_enabled : Bool | Nil)
- #path : String
- #path=(path : String)
- #path_with_namespace : String
- #path_with_namespace=(path_with_namespace : String)
- #permissions : Permissions | Nil
- #permissions=(permissions : Permissions | Nil)
- #printing_merge_request_link_enabled : Bool
- #printing_merge_request_link_enabled=(printing_merge_request_link_enabled : Bool)
- #public_jobs : Bool
- #public_jobs=(public_jobs : Bool)
- #readme_url : String | Nil
- #readme_url=(readme_url : String | Nil)
- #remove_source_branch_after_merge : Bool | Nil
- #remove_source_branch_after_merge=(remove_source_branch_after_merge : Bool | Nil)
- #repository_access_level : String
- #repository_access_level=(repository_access_level : String)
- #request_access_enabled : Bool
- #request_access_enabled=(request_access_enabled : Bool)
- #resolve_outdated_diff_discussions : Bool | Nil
- #resolve_outdated_diff_discussions=(resolve_outdated_diff_discussions : Bool | Nil)
- #service_desk_address : String | Nil
- #service_desk_address=(service_desk_address : String | Nil)
- #service_desk_enabled : Bool | Nil
- #service_desk_enabled=(service_desk_enabled : Bool | Nil)
- #shared_runners_enabled : Bool
- #shared_runners_enabled=(shared_runners_enabled : Bool)
- #shared_with_groups : Array(JSON::Any | Nil)
- #shared_with_groups=(shared_with_groups : Array(JSON::Any | Nil))
- #snippets_access_level : String
- #snippets_access_level=(snippets_access_level : String)
- #snippets_enabled : Bool
- #snippets_enabled=(snippets_enabled : Bool)
- #ssh_url_to_repo : String
- #ssh_url_to_repo=(ssh_url_to_repo : String)
- #star_count : Int32
- #star_count=(star_count : Int32)
- #tag_list : Array(String)
- #tag_list=(tag_list : Array(String))
- #visibility : String
- #visibility=(visibility : String)
- #web_url : String
- #web_url=(web_url : String)
- #wiki_access_level : String
- #wiki_access_level=(wiki_access_level : String)
- #wiki_enabled : Bool
- #wiki_enabled=(wiki_enabled : Bool)
Constructor Detail
Instance Method Detail
def external_authorization_classification_label=(external_authorization_classification_label : String)
#
def mirror_overwrites_diverged_branches=(mirror_overwrites_diverged_branches : Bool | Nil)
#
def only_allow_merge_if_all_discussions_are_resolved=(only_allow_merge_if_all_discussions_are_resolved : Bool | Nil)
#
def only_allow_merge_if_pipeline_succeeds=(only_allow_merge_if_pipeline_succeeds : Bool)
#
def printing_merge_request_link_enabled=(printing_merge_request_link_enabled : Bool)
#
def remove_source_branch_after_merge=(remove_source_branch_after_merge : Bool | Nil)
#
def resolve_outdated_diff_discussions=(resolve_outdated_diff_discussions : Bool | Nil)
#