Class: Superbot::Cloud::CLI::RunCommand
- Inherits:
-
OrganizationBasedCommand
- Object
- Clamp::Command
- LoginRequiredCommand
- OrganizationBasedCommand
- Superbot::Cloud::CLI::RunCommand
- Defined in:
- lib/superbot/cloud/cli/run_command.rb
Instance Method Summary collapse
Methods inherited from LoginRequiredCommand
Methods included from Validations
Instance Method Details
#execute ⇒ Object
13 14 15 |
# File 'lib/superbot/cloud/cli/run_command.rb', line 13 def execute schedule_test end |
#schedule_params ⇒ Object
22 23 24 25 26 27 28 29 30 31 |
# File 'lib/superbot/cloud/cli/run_command.rb', line 22 def schedule_params { test_name: name, region: region, organization_name: organization, parallel: bots, starts_at: starts_at, loop: loop_count }.compact end |