Struct jenkins_api::action::MavenAggregatedArtifactRecord[][src]

pub struct MavenAggregatedArtifactRecord {
    pub module_records: Vec<MavenArtifactRecord>,
}

An action with maven artifacts

Fields

List of artifact records

Trait Implementations

impl Debug for MavenAggregatedArtifactRecord
[src]

Formats the value using the given formatter. Read more

impl Class for MavenAggregatedArtifactRecord
[src]

Should reply the _class provided by Jenkins for a type

impl Action for MavenAggregatedArtifactRecord
[src]

Auto Trait Implementations