Recipe class

Steps taken to build the artifact.

For a TaskRun, typically each container corresponds to one step in the recipe.

Constructors

Recipe({List<Map<String, Object>>? arguments, String? definedInMaterial, String? entryPoint, List<Map<String, Object>>? environment, String? type})
Recipe.fromJson(Map _json)

Properties

arguments List<Map<String, Object>>?
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint.
getter/setter pair
definedInMaterial String?
Index in materials containing the recipe steps that are not implied by recipe.type.
getter/setter pair
entryPoint String?
String identifying the entry point into the build.
getter/setter pair
environment List<Map<String, Object>>?
Any other builder-controlled inputs necessary for correctly evaluating the recipe.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
URI indicating what type of recipe was performed.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited