Struct travis_after_all::MatrixElement
[−]
[src]
pub struct MatrixElement { /* fields omitted */ }
A single job and relevant information
Methods
impl MatrixElement
[src]
fn id(&self) -> u32
Get the id of the job
fn is_leader(&self) -> bool
Check if the job was run on the build leader
fn is_succeeded(&self) -> bool
Check if the job finished and succeeded
fn is_finished(&self) -> bool
Check if the job finished