ReleaseType

enum ReleaseType : Enum<ReleaseType>

Returns the release type of specific Version.

Entries

Link copied to clipboard
None("")

Full release! The default release type for a Version object.

Link copied to clipboard
Beta("beta")

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val suffix: String