Interface Release.ReleaseReadyConditionOrBuilder (1.14.0)

public static interface Release.ReleaseReadyConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStatus()

public abstract boolean getStatus()

True if the Release is in a valid state. Otherwise at least one condition in ReleaseCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Release.

bool status = 1;

Returns
TypeDescription
boolean

The status.