Struct jenkins_api::build::Artifact[][src]

pub struct Artifact {
    pub display_path: Option<String>,
    pub file_name: String,
    pub relative_path: String,
}

A file archived by a Build

Fields

Displayed path

File name

Path to the file

Trait Implementations

impl Debug for Artifact
[src]

Formats the value using the given formatter. Read more

impl Clone for Artifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Artifact

impl Sync for Artifact