Class: BlockedStalledChangeStreamBuilder::BlockingState
- Inherits:
-
Struct
- Object
- Struct
- BlockedStalledChangeStreamBuilder::BlockingState
- Defined in:
- lib/jirametrics/blocked_stalled_change_stream_builder.rb
Overview
Mutable state threaded through the change loop as we walk the issue's history. Each branch only overwrites the fields it owns, so a flag/status/link value persists until the next change of that kind replaces it.
Instance Attribute Summary collapse
-
#blocking_issue_keys ⇒ Object
Returns the value of attribute blocking_issue_keys.
-
#flag ⇒ Object
Returns the value of attribute flag.
-
#flag_reason ⇒ Object
Returns the value of attribute flag_reason.
-
#is_blocked ⇒ Object
Returns the value of attribute is_blocked.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#blocking_issue_keys ⇒ Object
Returns the value of attribute blocking_issue_keys
10 11 12 |
# File 'lib/jirametrics/blocked_stalled_change_stream_builder.rb', line 10 def blocking_issue_keys @blocking_issue_keys end |
#flag ⇒ Object
Returns the value of attribute flag
10 11 12 |
# File 'lib/jirametrics/blocked_stalled_change_stream_builder.rb', line 10 def flag @flag end |
#flag_reason ⇒ Object
Returns the value of attribute flag_reason
10 11 12 |
# File 'lib/jirametrics/blocked_stalled_change_stream_builder.rb', line 10 def flag_reason @flag_reason end |
#is_blocked ⇒ Object
Returns the value of attribute is_blocked
10 11 12 |
# File 'lib/jirametrics/blocked_stalled_change_stream_builder.rb', line 10 def is_blocked @is_blocked end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/jirametrics/blocked_stalled_change_stream_builder.rb', line 10 def status @status end |