Module: Buildkite::Pipelines::Helpers::TimeoutInMinutes
- Defined in:
- lib/buildkite/pipelines/helpers/timeout_in_minutes.rb
Instance Method Summary collapse
Instance Method Details
#timeout(*args) ⇒ Object
| 7 8 9 | # File 'lib/buildkite/pipelines/helpers/timeout_in_minutes.rb', line 7 def timeout(*args) timeout_in_minutes(*args) end | 
#timeout?(*args) ⇒ Boolean
| 11 12 13 | # File 'lib/buildkite/pipelines/helpers/timeout_in_minutes.rb', line 11 def timeout?(*args) timeout_in_minutes?(*args) end |