jobs

@JvmName(name = "listJobsByPipelineResponseJob")
fun Flow<ListJobsByPipelineResponse>.jobs(): Flow<Job>

This paginator transforms the flow returned by listJobsByPipelinePaginated to access the nested member Job

Return

A kotlinx.coroutines.flow.Flow that can collect Job


@JvmName(name = "listJobsByStatusResponseJob")
fun Flow<ListJobsByStatusResponse>.jobs(): Flow<Job>

This paginator transforms the flow returned by listJobsByStatusPaginated to access the nested member Job

Return

A kotlinx.coroutines.flow.Flow that can collect Job