Skip to main content

Crate taudit_parse_ado

Crate taudit_parse_ado 

Source

Structs§

AdoJob
AdoParser
Azure DevOps YAML pipeline parser.
AdoPipeline
Top-level ADO pipeline definition. ADO pipelines come in three shapes: (a) stages → jobs → steps (b) jobs → steps (no stages key) (c) steps only (no stages or jobs key)
AdoStage
AdoStep
AdoVariables
ADO variables: block. Can be a sequence (list of group/name-value entries) or a mapping (variableName: value). We normalise both into a Vec.

Enums§

AdoVariable