[−][src]Struct jenkins_api::job::Folder
A folder
Fields
name: StringName of the job
display_name: StringDisplay Name of the job
full_display_name: Option<String>Full Display Name of the job
full_name: Option<String>Full Name of the job
display_name_or_null: Option<String>Display Name of the job
url: StringURL for the job
actions: Vec<Option<CommonAction>>Actions of a job
buildable: boolIs the job buildable?
last_build: Option<ShortBuild<CommonBuild>>Link to the last build
jobs: Vec<ShortJob>List of the jobs in the folder
Trait Implementations
impl Class for Folder[src]
fn with_class() -> &'static str[src]
impl Debug for Folder[src]
impl<'de> Deserialize<'de> for Folder[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Job for Folder[src]
fn url(&self) -> &str[src]
fn name(&self) -> &str[src]
fn enable(&self, jenkins_client: &Jenkins) -> Result<()>[src]
fn disable(&self, jenkins_client: &Jenkins) -> Result<()>[src]
fn add_to_view<'a, V>(
&self,
jenkins_client: &Jenkins,
view_name: V
) -> Result<()> where
V: Into<ViewName<'a>>, [src]
&self,
jenkins_client: &Jenkins,
view_name: V
) -> Result<()> where
V: Into<ViewName<'a>>,
fn remove_from_view<'a, V>(
&self,
jenkins_client: &Jenkins,
view_name: V
) -> Result<()> where
V: Into<ViewName<'a>>, [src]
&self,
jenkins_client: &Jenkins,
view_name: V
) -> Result<()> where
V: Into<ViewName<'a>>,
fn get_config_xml(&self, jenkins_client: &Jenkins) -> Result<String>[src]
Auto Trait Implementations
impl RefUnwindSafe for Folder
impl Send for Folder
impl Sync for Folder
impl Unpin for Folder
impl UnwindSafe for Folder
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,