Struct jenkins_api::action::maven::ShortMavenArtifactRecord[][src]

pub struct ShortMavenArtifactRecord {
    pub url: String,
}

Short Maven Artifact Record that is returned when getting a maven build

Fields

URL to the full report

Methods

impl ShortMavenArtifactRecord
[src]

Get the full report of a MavenArtifactRecord matching the ShortMavenArtifactRecord

Trait Implementations

impl Debug for ShortMavenArtifactRecord
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations