Trait jenkins_api::job::SCMPollable[][src]

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

Common trait for jobs that can poll a SCM

Provided Methods

Poll configured SCM for changes

Implementors