Interface Release.ReleaseReadyConditionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getStatus()
      True if the Release is in a valid state.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStatus

        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:
        The status.