Struct jenkins_api::action::git::BuildsByBranch[][src]

pub struct BuildsByBranch {
    pub branches: HashMap<String, CommonBranchBuild>,
}

HashMap of builds by branch name

Fields

HashMap of builds by branch name

Trait Implementations

impl Debug for BuildsByBranch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations