Struct jenkins_api::view::ListView[][src]

pub struct ListView {
    pub description: Option<String>,
    pub name: String,
    pub url: String,
    pub jobs: Vec<ShortJob>,
    pub property: Vec<CommonProperty>,
}

A Jenkins View with a list of ShortJob

Fields

Description of the view

Name of the view

URL for the view

List of jobs in the view

Properties of the view

Methods

impl ListView
[src]

Add the job job_name to this view

Remove the job job_name from this view

Trait Implementations

impl Debug for ListView
[src]

Formats the value using the given formatter. Read more

impl Class for ListView
[src]

Should reply the _class provided by Jenkins for a type

impl View for ListView
[src]

Get the name of the view

Auto Trait Implementations

impl Send for ListView

impl Sync for ListView