pub struct AdoParser;Expand description
Azure DevOps YAML pipeline parser.
Implementations§
Source§impl AdoParser
impl AdoParser
Sourcepub fn parse_with_context(
&self,
content: &str,
source: &PipelineSource,
ctx: Option<&AdoParserContext>,
) -> Result<AuthorityGraph, TauditError>
pub fn parse_with_context( &self, content: &str, source: &PipelineSource, ctx: Option<&AdoParserContext>, ) -> Result<AuthorityGraph, TauditError>
Parse an ADO pipeline with optional CLI-provided context for future variable-group enrichment.
Trait Implementations§
Source§impl PipelineParser for AdoParser
impl PipelineParser for AdoParser
fn platform(&self) -> &str
fn parse( &self, content: &str, source: &PipelineSource, ) -> Result<AuthorityGraph, TauditError>
Auto Trait Implementations§
impl Freeze for AdoParser
impl RefUnwindSafe for AdoParser
impl Send for AdoParser
impl Sync for AdoParser
impl Unpin for AdoParser
impl UnsafeUnpin for AdoParser
impl UnwindSafe for AdoParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more