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

pub struct StringParameterValue {
    pub name: String,
    pub value: String,
}

A string parameter

Fields

The parameter name

The parameter value

Trait Implementations

impl Debug for StringParameterValue
[src]

Formats the value using the given formatter. Read more

impl Class for StringParameterValue
[src]

Should reply the _class provided by Jenkins for a type

impl Parameter for StringParameterValue
[src]

Auto Trait Implementations