[−][src]Struct jenkins_api::nodes::computer::MasterComputer
The master computer
Fields
display_name: StringName of the computer
description: StringDescription of the computer
icon: StringIcon for the computer
icon_class_name: StringIcon for the computer
idle: boolIs the computer idle
jnlp_agent: boolIs the computer connected to master through JNLP
launch_supported: boolCan the computer launch a Job
manual_launch_allowed: boolCan a user launch a Job on this computer
num_executors: u32Numbero of executors
offline: boolIs the computer offline
offline_cause: Option<CommonMonitorData>Why is the computer offline
offline_cause_reason: Option<String>Why is the computer offline
temporarily_offline: boolIs the computer temporarily offline
monitor_data: HashMap<String, Data>Monitor data provided by the computer
executors: Vec<Executor>Executors of the computer
one_off_executors: Vec<Executor>One off executors of the computer
assigned_labels: Vec<AssignedLabel>Labels assigned to the computer
Trait Implementations
impl Class for MasterComputer[src]
fn with_class() -> &'static str[src]
impl Computer for MasterComputer[src]
impl Debug for MasterComputer[src]
impl<'de> Deserialize<'de> for MasterComputer[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for MasterComputer[src]
Auto Trait Implementations
impl RefUnwindSafe for MasterComputer
impl Send for MasterComputer
impl Sync for MasterComputer
impl Unpin for MasterComputer
impl UnwindSafe for MasterComputer
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>,