case class BatchSnapshotInfo(batchId: String, version: LocalDateTime, batchVersion: UUID, batchVersionDateTime: LocalDateTime, creationUser: String, sourceSnapshots: List[SnapshotId], pipelineSnapshots: List[SnapshotNode], tag: String, expires: Option[LocalDateTime]) extends Product with Serializable
Holds information on a batch snapshot. A batch snapshot has data on the timestamp, tag and configuration version used for determining the source and pipeline snapshots to be build for the batch. It also logs which user created the snapshot and when the snapshot may expire (after which it will eventually be deleted). Additionally it has information on which source and pipeline snapshots the batch snapshot includes.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BatchSnapshotInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BatchSnapshotInfo(batchId: String, version: LocalDateTime, batchVersion: UUID, batchVersionDateTime: LocalDateTime, creationUser: String, sourceSnapshots: List[SnapshotId], pipelineSnapshots: List[SnapshotNode], tag: String, expires: Option[LocalDateTime])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val batchId: String
- val batchVersion: UUID
- val batchVersionDateTime: LocalDateTime
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val creationUser: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expires: Option[LocalDateTime]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val pipelineSnapshots: List[SnapshotNode]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sourceSnapshots: List[SnapshotId]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tag: String
- val version: LocalDateTime
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)