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

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

A text parameter

Fields

The parameter name

The parameter value

Trait Implementations

impl Debug for TextParameterValue
[src]

Formats the value using the given formatter. Read more

impl Class for TextParameterValue
[src]

Should reply the _class provided by Jenkins for a type

impl Parameter for TextParameterValue
[src]

Auto Trait Implementations