enum

AWSLambdaEvents::CodeBuild::PhaseStatus

Inherits Enum < Comparable < Value < Object

Constants

FAILED = 0
FAULT = 1
IN_PROGRESS = 2
QUEUED = 3
STOPPED = 4
SUCCEEDED = 5
TIMED_OUT = 6

Instance methods

failed?

Returns true if this enum value equals FAILED

Source
fault?

Returns true if this enum value equals FAULT

Source
in_progress?

Returns true if this enum value equals IN_PROGRESS

Source
queued?

Returns true if this enum value equals QUEUED

Source
stopped?

Returns true if this enum value equals STOPPED

Source
succeeded?

Returns true if this enum value equals SUCCEEDED

Source
timed_out?

Returns true if this enum value equals TIMED_OUT

Source