Class: Ansible::Ruby::Modules::Gitlab_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gitlab_group
- Defined in:
- lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb
Instance Method Summary collapse
-
#login_password ⇒ String?
Gitlab password for login_user.
-
#login_token ⇒ String?
Gitlab token for logging in.
-
#login_user ⇒ String?
Gitlab user name.
-
#name ⇒ String
Name of the group you want to create.
-
#path ⇒ String?
The path of the group you want to create, this will be server_url/group_path,If not supplied, the group_name will be used.
-
#server_url ⇒ String
Url of Gitlab server, with protocol (http or https).
-
#state ⇒ :present, ...
Create or delete group.,Possible values are present and absent.
-
#validate_certs ⇒ Boolean?
When using https if SSL certificate needs to be verified.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#login_password ⇒ String?
Returns Gitlab password for login_user.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 22 attribute :login_password |
#login_token ⇒ String?
Returns Gitlab token for logging in.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 26 attribute :login_token |
#login_user ⇒ String?
Returns Gitlab user name.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 18 attribute :login_user |
#name ⇒ String
Returns Name of the group you want to create.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 30 attribute :name |
#path ⇒ String?
Returns The path of the group you want to create, this will be server_url/group_path,If not supplied, the group_name will be used.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 34 attribute :path |
#server_url ⇒ String
Returns Url of Gitlab server, with protocol (http or https).
10 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 10 attribute :server_url |
#state ⇒ :present, ...
Returns create or delete group.,Possible values are present and absent.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 38 attribute :state |
#validate_certs ⇒ Boolean?
Returns When using https if SSL certificate needs to be verified.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 14 attribute :validate_certs |