public enum BuildEventData.Status extends Enum<BuildEventData.Status> implements ProtocolMessageEnum
Possible status of a build or build step.
Protobuf enum google.events.cloud.cloudbuild.v1.BuildEventData.Status
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELLED |
Build or step was canceled by a user. |
CANCELLED_VALUE |
Build or step was canceled by a user. |
EXPIRED |
Build was enqueued for longer than the value of |
EXPIRED_VALUE |
Build was enqueued for longer than the value of |
FAILURE |
Build or step failed to complete successfully. |
FAILURE_VALUE |
Build or step failed to complete successfully. |
INTERNAL_ERROR |
Build or step failed due to an internal cause. |
INTERNAL_ERROR_VALUE |
Build or step failed due to an internal cause. |
QUEUED |
Build or step is queued; work has not yet begun. |
QUEUED_VALUE |
Build or step is queued; work has not yet begun. |
STATUS_UNKNOWN |
Status of the build is unknown. |
STATUS_UNKNOWN_VALUE |
Status of the build is unknown. |
SUCCESS |
Build or step finished successfully. |
SUCCESS_VALUE |
Build or step finished successfully. |
TIMEOUT |
Build or step took longer than was allowed. |
TIMEOUT_VALUE |
Build or step took longer than was allowed. |
UNRECOGNIZED |
|
WORKING |
Build or step is being executed. |
WORKING_VALUE |
Build or step is being executed. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |