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
- Alphabetic
- By Inheritance
Inherited
- Released
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All