steps

@Contract(pure = true)
open fun steps(run: Run): RunStepHandler

Returns a handler for interacting with the steps in the given run.

Return

The steps handler

Parameters

run

The run to get the steps for


@Contract(pure = true)
abstract fun steps(id: String): RunStepHandler

Returns a handler for interacting with the steps in the run with the given id.

Return

The steps handler

Parameters

id

The id of the run to get the steps for