cdx-proto
    Preparing search index...

    Type Alias Step

    Step: Message<"cyclonedx.v1_6.Step"> & {
        commands: Command[];
        description?: string;
        name?: string;
        properties: Property[];
    }

    Executes specific commands or tools in order to accomplish its owning task as part of a sequence.

    Type declaration

    • commands: Command[]

      Ordered list of commands or directives for the step

      from field: repeated cyclonedx.v1_6.Command commands = 3;

    • Optionaldescription?: string

      A description of the step.

      from field: optional string description = 2;

    • Optionalname?: string

      A name for the step.

      from field: optional string name = 1;

    • properties: Property[]

      Domain-specific step properties.

      from field: repeated cyclonedx.v1_6.Property properties = 4;

    from message cyclonedx.v1_6.Step