A
C
E
F
G
I
M
N
O
P
S
T
U
V
W
I
- incrementMajor() - function in org.danilopianini.gradle.gitsemver.SemanticVersion
- Creates a new SemanticVersion with the major version increased by 1 and the minor and patch reset to 0.
- incrementMinor() - function in org.danilopianini.gradle.gitsemver.SemanticVersion
- Creates a new SemanticVersion with the minor version increased by 1 and the patch reset to 0, while keeping the major version.
- incrementPatch() - function in org.danilopianini.gradle.gitsemver.SemanticVersion
- Creates a new SemanticVersion with the patch version increased by 1, while keeping the major and minor versions.
- incrementVersion(org.danilopianini.gradle.gitsemver.SemanticVersion) - function in org.danilopianini.gradle.gitsemver.UpdateType
- Increments the version according to the enum value.
- isEmpty() - function in org.danilopianini.gradle.gitsemver.PreReleaseIdentifier
- Whether this pre-release identifier contains anything.
- isStable() - function in org.danilopianini.gradle.gitsemver.SemanticVersion