Enum Class ProgressEvent

java.lang.Object
java.lang.Enum<ProgressEvent>
org.projectnessie.versioned.transfer.ProgressEvent
All Implemented Interfaces:
Serializable, Comparable<ProgressEvent>, Constable

public enum ProgressEvent extends Enum<ProgressEvent>
  • Enum Constant Details

    • FINISHED

      public static final ProgressEvent FINISHED
    • START_PREPARE

      public static final ProgressEvent START_PREPARE
    • END_PREPARE

      public static final ProgressEvent END_PREPARE
    • END_FINALIZE

      public static final ProgressEvent END_FINALIZE
    • FINALIZE_PROGRESS

      public static final ProgressEvent FINALIZE_PROGRESS
    • START_FINALIZE

      public static final ProgressEvent START_FINALIZE
    • START_NAMED_REFERENCES

      public static final ProgressEvent START_NAMED_REFERENCES
    • NAMED_REFERENCE_WRITTEN

      public static final ProgressEvent NAMED_REFERENCE_WRITTEN
    • END_NAMED_REFERENCES

      public static final ProgressEvent END_NAMED_REFERENCES
    • START_COMMITS

      public static final ProgressEvent START_COMMITS
    • COMMIT_WRITTEN

      public static final ProgressEvent COMMIT_WRITTEN
    • END_COMMITS

      public static final ProgressEvent END_COMMITS
    • START_META

      public static final ProgressEvent START_META
    • END_META

      public static final ProgressEvent END_META
    • STARTED

      public static final ProgressEvent STARTED
  • Method Details

    • values

      public static ProgressEvent[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ProgressEvent valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null