Module: CIHelper
- Included in:
- Fastlane::Helper::CircleCIHelper
- Defined in:
- lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb
Instance Method Summary collapse
-
#login ⇒ String
Login.
-
#organization ⇒ String
Organization.
-
#repository ⇒ String
Repository.
-
#trigger_job(branch:, parameters: nil) ⇒ Object
Triggers a job on CI.
Instance Method Details
#login ⇒ String
Login
20 21 22 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb', line 20 def login raise 'Not implemented' end |
#organization ⇒ String
Organization
28 29 30 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb', line 28 def organization raise 'Not implemented' end |
#repository ⇒ String
Repository
36 37 38 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb', line 36 def repository raise 'Not implemented' end |
#trigger_job(branch:, parameters: nil) ⇒ Object
Triggers a job on CI
12 13 14 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb', line 12 def trigger_job(branch:, parameters: nil) raise 'Not implemented' end |