Package jetbrains.buildServer.updates
Class AvailableVersion
- java.lang.Object
-
- jetbrains.buildServer.updates.AvailableVersion
-
public class AvailableVersion extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AvailableVersion.DistributionInfo
-
Field Summary
Fields Modifier and Type Field Description static String
RELEASE_NOTES_REL
static String
WHATSNEW_REL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRel(String rel, String href)
static AvailableVersion
from(ServerVersionInfo info)
String
getBuildNumber()
String
getId()
String
getMarkdownMessage()
String
getMessage()
String
getName()
String
getRel(String type)
Date
getReleaseDate()
String
getStatus()
String
getVersion()
boolean
isCompatibleWith(LicenseKey license)
boolean
isEAP()
String
toString()
-
-
-
Field Detail
-
WHATSNEW_REL
public static final String WHATSNEW_REL
- See Also:
- Constant Field Values
-
RELEASE_NOTES_REL
public static final String RELEASE_NOTES_REL
- See Also:
- Constant Field Values
-
-
Method Detail
-
from
public static AvailableVersion from(ServerVersionInfo info)
-
getBuildNumber
public String getBuildNumber()
-
getVersion
public String getVersion()
-
isCompatibleWith
public boolean isCompatibleWith(LicenseKey license)
-
getMessage
public String getMessage()
-
getMarkdownMessage
@Nullable public String getMarkdownMessage()
-
getId
public String getId()
-
getName
public String getName()
-
getStatus
public String getStatus()
-
getReleaseDate
public Date getReleaseDate()
-
isEAP
public boolean isEAP()
-
-