| Modifiers | Name | Description |
|---|---|---|
static class |
NetflixOssStrategies.BuildMetadata |
| Type | Name and description |
|---|---|
static org.ajoberstar.gradle.git.release.semver.SemVerStrategy |
DEVELOPMENT |
static org.ajoberstar.gradle.git.release.semver.SemVerStrategy |
FINAL |
static org.ajoberstar.gradle.git.release.semver.PartialSemVerStrategy |
NEAREST_HIGHER_ANY |
static org.ajoberstar.gradle.git.release.semver.SemVerStrategy |
PRE_RELEASE |
static org.ajoberstar.gradle.git.release.semver.SemVerStrategy |
SNAPSHOT |
static org.ajoberstar.gradle.git.release.semver.PartialSemVerStrategy |
TRAVIS_BRANCH_MAJOR_MINOR_X |
static org.ajoberstar.gradle.git.release.semver.PartialSemVerStrategy |
TRAVIS_BRANCH_MAJOR_X |
static java.lang.String |
TRAVIS_BRANCH_PROP |
static org.gradle.api.Project |
project |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static org.ajoberstar.gradle.git.release.semver.PartialSemVerStrategy |
fromTravisPropertyPattern(java.util.regex.Pattern pattern) |
|
static org.ajoberstar.gradle.git.release.semver.PartialSemVerStrategy |
nearestHigherAny()If the nearest any is higher from the nearest normal, sets the normal component to the nearest any's normal component. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
If the nearest any is higher from the nearest normal, sets the normal component to the nearest any's normal component. Otherwise do nothing.
For example, if the nearest any is 1.2.3-alpha.1 and the
nearest normal is 1.2.2, this will infer the normal
component as 1.2.3.