Serialized Form
-
Package io.github.joke.conventionalversion
-
Record Class io.github.joke.conventionalversion.ApplyProjectPlugin
class ApplyProjectPlugin extends Record implements Serializable- serialVersionUID:
- 1L
-
Record Class io.github.joke.conventionalversion.VersionCatalogue
class VersionCatalogue extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
packages
List<VersionCatalogue.PackageVersion> packages
The field for thepackagesrecord component. -
repositoryRoot
String repositoryRoot
The field for therepositoryRootrecord component. -
unmatched
VersionResult unmatched
The field for theunmatchedrecord component.
-
-
Record Class io.github.joke.conventionalversion.VersionCatalogue.PackageVersion
class PackageVersion extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
declared
ReleasePackage declared
The field for thedeclaredrecord component. -
result
VersionResult result
The field for theresultrecord component.
-
-
-
Package io.github.joke.conventionalversion.calc
-
Record Class io.github.joke.conventionalversion.calc.SemanticVersion
class SemanticVersion extends Record implements Serializable-
Serialized Fields
-
major
int major
The field for themajorrecord component. -
minor
int minor
The field for theminorrecord component. -
patch
int patch
The field for thepatchrecord component.
-
-
-
Record Class io.github.joke.conventionalversion.calc.VersionPolicy
class VersionPolicy extends Record implements Serializable-
Serialized Fields
-
bumpMinorPreMajor
boolean bumpMinorPreMajor
The field for thebumpMinorPreMajorrecord component. -
bumpPatchForMinorPreMajor
boolean bumpPatchForMinorPreMajor
The field for thebumpPatchForMinorPreMajorrecord component. -
initialVersion
SemanticVersion initialVersion
The field for theinitialVersionrecord component.
-
-
-
Record Class io.github.joke.conventionalversion.calc.VersionResult
class VersionResult extends Record implements Serializable
-
-
Package io.github.joke.conventionalversion.config
-
Record Class io.github.joke.conventionalversion.config.ReleasePackage
class ReleasePackage extends Record implements Serializable-
Serialized Fields
-
component
String component
The field for thecomponentrecord component. -
excludePaths
List<String> excludePaths
The field for theexcludePathsrecord component. -
path
String path
The field for thepathrecord component. -
policy
VersionPolicy policy
The field for thepolicyrecord component. -
tagFormat
TagFormat tagFormat
The field for thetagFormatrecord component.
-
-
-
Record Class io.github.joke.conventionalversion.config.TagFormat
class TagFormat extends Record implements Serializable-
Serialized Fields
-
includeComponent
boolean includeComponent
The field for theincludeComponentrecord component. -
includeV
boolean includeV
The field for theincludeVrecord component. -
separator
String separator
The field for theseparatorrecord component.
-
-
-
-
Package io.github.joke.conventionalversion.git
-
Exception Class io.github.joke.conventionalversion.git.ConventionalVersionException
class ConventionalVersionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-