Struct astro_run::AstroRunPlugin
source · pub struct AstroRunPlugin { /* private fields */ }
Implementations§
source§impl AstroRunPlugin
impl AstroRunPlugin
pub fn builder(name: &'static str) -> PluginBuilder
Trait Implementations§
source§impl Plugin for AstroRunPlugin
impl Plugin for AstroRunPlugin
fn on_state_change(&self, event: WorkflowStateEvent)
fn on_log(&self, log: WorkflowLog)
fn on_run_workflow(&self, workflow: Workflow)
fn on_run_job(&self, job: Job)
fn on_run_step(&self, step: Step)
fn on_workflow_completed(&self, result: WorkflowRunResult)
fn on_job_completed(&self, result: JobRunResult)
fn on_step_completed(&self, result: StepRunResult)
Auto Trait Implementations§
impl !RefUnwindSafe for AstroRunPlugin
impl Send for AstroRunPlugin
impl Sync for AstroRunPlugin
impl Unpin for AstroRunPlugin
impl !UnwindSafe for AstroRunPlugin
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