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

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

Common trait for jobs that can poll a SCM

Provided methods

fn poll_scm(&self, jenkins_client: &Jenkins) -> Result<()>

Poll configured SCM for changes

Loading content...

Implementors

impl SCMPollable for BuildFlowJob[src]

impl SCMPollable for FreeStyleProject[src]

impl SCMPollable for MatrixProject[src]

impl SCMPollable for MavenModuleSet[src]

impl SCMPollable for MultiJobProject[src]

Loading content...