Packages

object Blueprint extends Serializable

Source
Blueprint.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Blueprint
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Revision extends AnyRef
  2. sealed trait State extends AnyRef

Value Members

  1. def parseNamedRevision(serialized: String): Either[Throwable, (String, Revision)]

    We will serialize references to blueprints with a simple delimited string:

    We will serialize references to blueprints with a simple delimited string:

    ==>> specifically fix to the 123 version of the `foo-bar` blueprint
    foo-bar@123
    
    ==>> uses the latest (whatever revision that is) of a specified blueprint
    use-gpu-hardware@HEAD
    
    ==>> equivilent to HEAD
    do-my-bidding
  2. object Revision
  3. object State