ReleaseType

open class ReleaseType(val suffix: String)

Returns the release type of specific Version.

Inheritors

Constructors

Link copied to clipboard
constructor(suffix: String)

Types

Link copied to clipboard

Represents an alpha release, which is still a development build.

Link copied to clipboard
object Beta : ReleaseType

Represents a beta release, this might have some bugs to work out.

Link copied to clipboard
object None : ReleaseType

Default release type for anything.

Link copied to clipboard

Represents a release candidate release, this is when this project is almost through completion of a new release.

Link copied to clipboard

Represents a snapshot release, that this is a pre-beta release and bugs will occur.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int