Trait jenkins_api::helpers::Class[][src]

pub trait Class {
    fn with_class() -> &'static str;
}

Trait to implement to match the _class provided by Jenkins

Required Methods

Should reply the _class provided by Jenkins for a type

Implementors