SemanticVersion

besom.model.SemanticVersion
See theSemanticVersion companion object

A semantic version as defined by https://semver.org/

Value parameters

buildMetadata

Build metadata version identifier

major

Major version number

minor

Minor version number

patch

Patch version number

preRelease

Pre-release version identifier

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(that: SemanticVersion): Int

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields