object Blueprint extends Serializable
- Source
- Blueprint.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Blueprint
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
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
- object Revision
- object State