public class GerritVersionNumber
extends hudson.util.VersionNumber
Constructor and Description |
---|
GerritVersionNumber(String num)
Parses a string like "1.0.2" into the version number.
|
Modifier and Type | Method and Description |
---|---|
static GerritVersionNumber |
getGerritVersionNumber(String num)
Returns a new GerritVersionNumber from a String.
|
boolean |
isSnapshot()
Getter for if the version number is a snapshot.
|
public GerritVersionNumber(String num)
num
- the version string.public static GerritVersionNumber getGerritVersionNumber(String num)
num
- the version String.public boolean isSnapshot()
Copyright © 2004-2016. All Rights Reserved.