SchemaBuilder

Properties

Link copied to clipboard

A collection of possible SchemaClassifier

Link copied to clipboard
abstract var divider: String

The symbol that is used to divide the version components, e.g. . or -

Link copied to clipboard
abstract var prefixes: Collection<String>

Defines the beginning of a version, e.g. v or v.

Functions

Link copied to clipboard
abstract fun build(): UpdateSchema
Link copied to clipboard
abstract fun classifier(builder: SchemaClassifierBuilder.() -> Unit)
Link copied to clipboard
abstract fun customClassifier(classifier: SchemaClassifier)