pub trait SCMPollable: Job + Sized {
    fn poll_scm(&self, jenkins_client: &Jenkins) -> Result<(), Error> { ... }
}
Expand description

Common trait for jobs that can poll a SCM

Provided Methods§

Poll configured SCM for changes

Implementors§