[−][src]Struct jenkins_api::build::MatrixBuild
A Build from a MatrixProject
Fields
url: StringURL for the build
number: u32Build number for this job
duration: i64Duration
estimated_duration: i64Estimated duration
timestamp: u64Timestamp of the build start
keep_log: boolAre the logs kept?
result: Option<BuildStatus>Build result
display_name: StringDisplay name, usually "#" followed by the build number
full_display_name: Option<String>Full display name: job name followed by the build display name
description: Option<String>Build description
building: boolIs this build currently running
id: StringBuild number in string format
queue_id: i32ID while in the build queue
actions: Vec<CommonAction>Build actions
artifacts: Vec<Artifact>Artifacts saved by archived by this build
change_set: CommonChangeSetListChange set for this build
runs: Vec<ShortBuild<MatrixRun>>Runs of each configuration
built_on: StringWhich slave was it build on
culprits: Vec<ShortUser>List of user ids who made a change since the last non-broken build
Trait Implementations
impl Build for MatrixBuild[src]
type ParentJob = MatrixProject
Type of the job that triggered this build
fn url(&self) -> &str[src]
fn get_job(&self, jenkins_client: &Jenkins) -> Result<Self::ParentJob> where
Self::ParentJob: Deserialize<'de>, [src]
Self::ParentJob: Deserialize<'de>,
fn get_console(&self, jenkins_client: &Jenkins) -> Result<String>[src]
impl Class for MatrixBuild[src]
fn with_class() -> &'static str[src]
impl Debug for MatrixBuild[src]
impl<'de> Deserialize<'de> for MatrixBuild[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for MatrixBuild
impl Send for MatrixBuild
impl Sync for MatrixBuild
impl Unpin for MatrixBuild
impl UnwindSafe for MatrixBuild
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>,