Class: PipeRocket::Stage
Instance Method Summary collapse
-
#display_name ⇒ Object
Returns stage name like PipelineName:StageName.
-
#pipeline ⇒ Object
Return PipeRocket::Pipeline object which related with stage.
Methods inherited from Entity
#assign_custom_fields, #initialize, #transform_field_name
Constructor Details
This class inherits a constructor from PipeRocket::Entity
Instance Method Details
#display_name ⇒ Object
Returns stage name like PipelineName:StageName
9 10 11 |
# File 'lib/pipe_rocket/stage.rb', line 9 def display_name "#{pipeline.name}:#{name}" end |