Class: Grafeas::V1::Recipe
- Inherits:
-
Object
- Object
- Grafeas::V1::Recipe
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/intoto_provenance.rb
Overview
Steps taken to build the artifact. For a TaskRun, typically each container corresponds to one step in the recipe.
Instance Attribute Summary collapse
-
#arguments ⇒ ::Array<::Google::Protobuf::Any>
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint.
-
#defined_in_material ⇒ ::Integer
Index in materials containing the recipe steps that are not implied by recipe.type.
-
#entry_point ⇒ ::String
String identifying the entry point into the build.
-
#environment ⇒ ::Array<::Google::Protobuf::Any>
Any other builder-controlled inputs necessary for correctly evaluating the recipe.
-
#type ⇒ ::String
URI indicating what type of recipe was performed.
Instance Attribute Details
#arguments ⇒ ::Array<::Google::Protobuf::Any>
57 58 59 60 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 57 class Recipe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#defined_in_material ⇒ ::Integer
57 58 59 60 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 57 class Recipe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_point ⇒ ::String
57 58 59 60 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 57 class Recipe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::Array<::Google::Protobuf::Any>
57 58 59 60 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 57 class Recipe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
57 58 59 60 |
# File 'proto_docs/grafeas/v1/intoto_provenance.rb', line 57 class Recipe include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |