Namespace Ando.Steps
Classes
- BuildStep
Represents a single executable step in the build workflow. Steps are registered during script execution and run by WorkflowRunner.
- StepRegistry
Collects build steps registered during script execution. Steps are executed in order by WorkflowRunner after script loading.
Interfaces
- IStepRegistry
Interface for step registration. Operations use this to register build steps without depending on concrete implementation.
Enums
- LogStepLevel
Log level for log steps.