package blueprint
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Blueprint(guid: GUID, name: String, description: Option[String], revision: Revision, state: State, sha256: Option[Sha256], template: Template, createdAt: Instant = Instant.now) extends Product with Serializable
- sealed abstract class EnvValue extends Product with Serializable
- final class Template extends AnyRef
Value Members
- object Blueprint extends Serializable
- object DefaultBlueprints
- object EnvValue extends Serializable
- object Render
- object Template