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
22 23 24 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb', line 22 def login raise 'Not implemented' end |
#organization ⇒ String
Organization
30 31 32 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb', line 30 def organization raise 'Not implemented' end |
#repository ⇒ String
Repository
38 39 40 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb', line 38 def repository raise 'Not implemented' end |
#trigger_job(branch:, parameters: nil) ⇒ Object
Triggers a job on CI
14 15 16 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ci_helper.rb', line 14 def trigger_job(branch:, parameters: nil) raise 'Not implemented' end |