Method: PlatformAPI::TestRun#list
- Defined in:
- lib/platform-api/client.rb
#list(pipeline_id) ⇒ Object
List existing test-runs for a pipeline.
3377 3378 3379 |
# File 'lib/platform-api/client.rb', line 3377 def list(pipeline_id) @client.test_run.list(pipeline_id) end |