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

pub struct PasswordParameterValue {
    pub name: String,
}

A password parameter

Fields

The parameter name

Trait Implementations

impl Debug for PasswordParameterValue
[src]

Formats the value using the given formatter. Read more

impl Class for PasswordParameterValue
[src]

Should reply the _class provided by Jenkins for a type

impl Parameter for PasswordParameterValue
[src]

Auto Trait Implementations