Interface Messages.ScenarioRetriesInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Messages.ScenarioRetriesInfo, Messages.ScenarioRetriesInfo.Builder
Enclosing class:
Messages

public static interface Messages.ScenarioRetriesInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Current retry attempt.
    int
    Maximum retries.

    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 Details

    • getMaxRetries

      int getMaxRetries()
       Maximum retries. Related to '--max-retries-count' run parameter
       
      int32 maxRetries = 1;
      Returns:
      The maxRetries.
    • getCurrentRetry

      int getCurrentRetry()
       Current retry attempt. It's 0 for the normal first run
       
      int32 currentRetry = 2;
      Returns:
      The currentRetry.