Enum Build.Status (3.43.0)

public enum Build.Status extends Enum<Build.Status> implements ProtocolMessageEnum

Possible status of a build or build step.

Protobuf enum google.devtools.cloudbuild.v1.Build.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

Build or step was canceled by a user.

CANCELLED = 7;

CANCELLED_VALUE

Build or step was canceled by a user.

CANCELLED = 7;

EXPIRED

Build was enqueued for longer than the value of queue_ttl.

EXPIRED = 9;

EXPIRED_VALUE

Build was enqueued for longer than the value of queue_ttl.

EXPIRED = 9;

FAILURE

Build or step failed to complete successfully.

FAILURE = 4;

FAILURE_VALUE

Build or step failed to complete successfully.

FAILURE = 4;

INTERNAL_ERROR

Build or step failed due to an internal cause.

INTERNAL_ERROR = 5;

INTERNAL_ERROR_VALUE

Build or step failed due to an internal cause.

INTERNAL_ERROR = 5;

PENDING

Build has been created and is pending execution and queuing. It has not been queued.

PENDING = 10;

PENDING_VALUE

Build has been created and is pending execution and queuing. It has not been queued.

PENDING = 10;

QUEUED

Build or step is queued; work has not yet begun.

QUEUED = 1;

QUEUED_VALUE

Build or step is queued; work has not yet begun.

QUEUED = 1;

STATUS_UNKNOWN

Status of the build is unknown.

STATUS_UNKNOWN = 0;

STATUS_UNKNOWN_VALUE

Status of the build is unknown.

STATUS_UNKNOWN = 0;

SUCCESS

Build or step finished successfully.

SUCCESS = 3;

SUCCESS_VALUE

Build or step finished successfully.

SUCCESS = 3;

TIMEOUT

Build or step took longer than was allowed.

TIMEOUT = 6;

TIMEOUT_VALUE

Build or step took longer than was allowed.

TIMEOUT = 6;

UNRECOGNIZED
WORKING

Build or step is being executed.

WORKING = 2;

WORKING_VALUE

Build or step is being executed.

WORKING = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()