Class: Fastlane::Helper::CerberusHelper
- Inherits:
-
Object
- Object
- Fastlane::Helper::CerberusHelper
- Defined in:
- lib/fastlane/plugin/cerberus/helper/cerberus_helper.rb
Defined Under Namespace
Classes: JiraClientHelper, JiraHelper
Class Method Summary collapse
Class Method Details
.jira_helper(host:, username:, password:, context_path:, disable_ssl_verification:) ⇒ Object
69 70 71 72 73 74 75 76 77 |
# File 'lib/fastlane/plugin/cerberus/helper/cerberus_helper.rb', line 69 def self.jira_helper(host:, username:, password:, context_path:, disable_ssl_verification:) JiraHelper.new( host: host, username: username, password: password, context_path: context_path, disable_ssl_verification: disable_ssl_verification ) end |