Struct jenkins_api::nodes::ComputerSet[][src]

pub struct ComputerSet {
    pub display_name: String,
    pub busy_executors: u32,
    pub total_executors: u32,
    pub computers: Vec<CommonComputer>,
}

List of Computer associated to the Jenkins instance

Fields

Display name of the set

Number of busy executors

Number of executors

List of computers

Trait Implementations

impl Debug for ComputerSet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ComputerSet

impl Sync for ComputerSet