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 classAvailableVersion.DistributionInfo
-
Field Summary
Fields Modifier and Type Field Description static StringRELEASE_NOTES_RELstatic StringWHATSNEW_REL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRel(String rel, String href)static AvailableVersionfrom(ServerVersionInfo info)StringgetBuildNumber()StringgetId()StringgetMarkdownMessage()StringgetMessage()StringgetName()StringgetRel(String type)DategetReleaseDate()StringgetStatus()StringgetVersion()booleanisCompatibleWith(LicenseKey license)booleanisEAP()StringtoString()
-
-
-
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()
-
-