class Fastlane::Helper::CerberusHelper
Public Class Methods
jira_helper(host:, username:, password:, context_path:, disable_ssl_verification:)
click to toggle source
# 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