Pipeline.Snapshot

class Pipeline.Snapshot : Iterable


A Snapshot contains the results of a pipeline execution. It can be iterated to retrieve the individual PipelineResult objects.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int
open operator Iterator<PipelineResult>
open String

Public properties

Timestamp

The time at which the pipeline producing this result is executed.

List<PipelineResult>

List of all the results

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

iterator

open operator fun iterator(): Iterator<PipelineResult>

toString

open fun toString(): String

Public properties

executionTime

val executionTimeTimestamp

The time at which the pipeline producing this result is executed.

results

val resultsList<PipelineResult>

List of all the results