Struct jenkins_api::action::parameters::FileParameterValue[][src]

pub struct FileParameterValue {
    pub name: String,
}

A file parameter

Fields

The parameter name

Trait Implementations

impl Debug for FileParameterValue
[src]

Formats the value using the given formatter. Read more

impl Class for FileParameterValue
[src]

Should reply the _class provided by Jenkins for a type

impl Parameter for FileParameterValue
[src]

Auto Trait Implementations