Enum UpdateType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum UpdateType
    extends Enum<UpdateType>
                        

    The type of update that the commits represents. The following types are supported:

    • NONE for commits that do not represent an update

    • PATCH for bug fixes

    • MINOR for new features

    • MAJOR for breaking changes

    NONE<PATCH<MINOR<MAJOR

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Method Summary

      Modifier and Type Method Description
      final SemanticVersion incrementVersion(SemanticVersion version) Increments the version according to the enum value.
      final UpdateType valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<UpdateType> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final EnumEntries<UpdateType> getEntries() The type of update that the commits represents.
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait