Struct jenkins_api::action::pipeline::CommonPipelineNode[][src]

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

A node of a pipeline

Fields

_class provided by Jenkins

Methods

impl CommonPipelineNode
[src]

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

Trait Implementations

impl Debug for CommonPipelineNode
[src]

Formats the value using the given formatter. Read more

impl Clone for CommonPipelineNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PipelineNode for CommonPipelineNode
[src]

Auto Trait Implementations