Packages

final case class Released(slug: Slug, version: Version, timestamp: Instant, referenceId: Long, releaseHtmlUrl: URI) extends Product with Serializable

Meant to represent a released version of a unit. These are fixed in time, and immutable after creation.

Source
Released.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Released
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Released(slug: Slug, version: Version, timestamp: Instant, referenceId: Long, releaseHtmlUrl: URI)

Value Members

  1. val referenceId: Long
  2. val releaseHtmlUrl: URI
  3. val slug: Slug
  4. val timestamp: Instant
  5. val version: Version