Class: Roby::App::Cucumber::Controller::BackgroundJob
- Defined in:
- lib/roby/app/cucumber/controller.rb
Instance Attribute Summary collapse
-
#action_monitor ⇒ Object
Returns the value of attribute action_monitor.
-
#description ⇒ Object
Returns the value of attribute description.
-
#monitoring ⇒ Object
Returns the value of attribute monitoring.
Instance Method Summary collapse
Instance Attribute Details
#action_monitor ⇒ Object
Returns the value of attribute action_monitor
304 305 306 |
# File 'lib/roby/app/cucumber/controller.rb', line 304 def action_monitor @action_monitor end |
#description ⇒ Object
Returns the value of attribute description
304 305 306 |
# File 'lib/roby/app/cucumber/controller.rb', line 304 def description @description end |
#monitoring ⇒ Object
Returns the value of attribute monitoring
304 305 306 |
# File 'lib/roby/app/cucumber/controller.rb', line 304 def monitoring @monitoring end |
Instance Method Details
#job_id ⇒ Object
305 306 307 |
# File 'lib/roby/app/cucumber/controller.rb', line 305 def job_id action_monitor.job_id end |
#monitoring? ⇒ Boolean
317 318 319 |
# File 'lib/roby/app/cucumber/controller.rb', line 317 def monitoring? monitoring end |
#success? ⇒ Boolean
309 310 311 |
# File 'lib/roby/app/cucumber/controller.rb', line 309 def success? action_monitor.success? end |
#terminated? ⇒ Boolean
313 314 315 |
# File 'lib/roby/app/cucumber/controller.rb', line 313 def terminated? action_monitor.terminated? end |