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

pub struct CommonParameter {
    pub class: Option<String>,
    pub name: String,
    // some fields omitted
}

A node of a pipeline

Fields

_class provided by Jenkins

The parameter name

Methods

impl CommonParameter
[src]

Read the object as one of it's specialization implementing $trait

Trait Implementations

impl Debug for CommonParameter
[src]

Formats the value using the given formatter. Read more

impl Clone for CommonParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Parameter for CommonParameter
[src]

Auto Trait Implementations