Pipeline.Snapshot

public final class Pipeline.Snapshot implements Iterable


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

Summary

Public fields

final @NonNull Timestamp

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

final @NonNull List<@NonNull PipelineResult>

List of all the results

Public methods

boolean
equals(Object other)
int
@NonNull Iterator<@NonNull PipelineResult>
@NonNull String

Public fields

executionTime

public final @NonNull Timestamp executionTime

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

results

public final @NonNull List<@NonNull PipelineResultresults

List of all the results

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()