Struct jenkins_api::job::HealthReport[][src]

pub struct HealthReport {
    pub description: String,
    pub icon_class_name: String,
    pub icon_url: String,
    pub score: u16,
}

Health Report of a Job

Fields

Description of the HealthReport

Icon name

Icon url

Score of the Job

Trait Implementations

impl Debug for HealthReport
[src]

Formats the value using the given formatter. Read more

impl Clone for HealthReport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations