Class: Bosh::Cli::TaskTracking::NullTaskLogRenderer
- Inherits:
-
TaskLogRenderer
- Object
- TaskLogRenderer
- Bosh::Cli::TaskTracking::NullTaskLogRenderer
- Defined in:
- lib/cli/task_tracking/null_task_log_renderer.rb
Constant Summary
Constants inherited from TaskLogRenderer
TaskLogRenderer::EVENT_LOG_STAGES_WITHOUT_PROGRESS_BAR
Instance Attribute Summary
Attributes inherited from TaskLogRenderer
Instance Method Summary collapse
- #add_output(output) ⇒ Object
- #finish(state) ⇒ Object
-
#initialize ⇒ NullTaskLogRenderer
constructor
A new instance of NullTaskLogRenderer.
- #refresh ⇒ Object
Methods inherited from TaskLogRenderer
create_for_log_type, #duration_known?
Constructor Details
#initialize ⇒ NullTaskLogRenderer
Returns a new instance of NullTaskLogRenderer.
3 4 |
# File 'lib/cli/task_tracking/null_task_log_renderer.rb', line 3 def initialize end |
Instance Method Details
#add_output(output) ⇒ Object
6 7 |
# File 'lib/cli/task_tracking/null_task_log_renderer.rb', line 6 def add_output(output) end |
#finish(state) ⇒ Object
12 13 |
# File 'lib/cli/task_tracking/null_task_log_renderer.rb', line 12 def finish(state) end |
#refresh ⇒ Object
9 10 |
# File 'lib/cli/task_tracking/null_task_log_renderer.rb', line 9 def refresh end |