Enum travis::State [] [src]

pub enum State {
    Received,
    Created,
    Started,
    Canceled,
    Passed,
    Failed,
    Errored,
}

Enumeration of Travis Build/Job states

Variants

Workload was received and machine is booting

Workload was created but not yet started

Workload was started but has not completed

Workload started but was canceled

Workload completed with a successful exit status

Workload completed with a failure exit status

Travis build errored

Trait Implementations

impl Debug for State
[src]

[src]

Formats the value using the given formatter.

impl Clone for State
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for State
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Display for State
[src]

[src]

Formats the value using the given formatter. Read more