Class NewVersionBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.autoUpdate.NewVersionBean
-
public class NewVersionBean extends Object
-
-
Constructor Summary
Constructors Constructor Description NewVersionBean(LicenseList licenseList, UpdateOption updateOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getActiveLicensesThatShouldBeRenewedCount()
String
getBuildNumber()
String
getDescription()
String
getDisplayName()
String
getMarkdownMessage()
String
getMessage()
int
getNotCompatibleAgentLicensesCount()
int
getNotCompatibleEnterpriseLicensesCount()
Date
getReleasedDate()
String
getReleaseNotes()
String
getVersion()
String
getWhatsNew()
boolean
isAutoUpdatePossible()
boolean
isHasLicenses()
boolean
isJwtLicenseRequiresRenewal()
boolean
isLicenseRequiresRenewal(LicenseKey licenseKey)
-
-
-
Constructor Detail
-
NewVersionBean
public NewVersionBean(@NotNull LicenseList licenseList, @NotNull UpdateOption updateOption)
-
-
Method Detail
-
getActiveLicensesThatShouldBeRenewedCount
public int getActiveLicensesThatShouldBeRenewedCount()
-
getNotCompatibleAgentLicensesCount
public int getNotCompatibleAgentLicensesCount()
-
getNotCompatibleEnterpriseLicensesCount
public int getNotCompatibleEnterpriseLicensesCount()
-
isJwtLicenseRequiresRenewal
public boolean isJwtLicenseRequiresRenewal()
-
isLicenseRequiresRenewal
public boolean isLicenseRequiresRenewal(LicenseKey licenseKey)
-
getReleasedDate
@NotNull public Date getReleasedDate()
-
getDescription
@NotNull public String getDescription()
-
getDisplayName
public String getDisplayName()
-
getVersion
public String getVersion()
-
getBuildNumber
public String getBuildNumber()
-
getMessage
public String getMessage()
-
getMarkdownMessage
public String getMarkdownMessage()
-
getWhatsNew
@Nullable public String getWhatsNew()
-
getReleaseNotes
@Nullable public String getReleaseNotes()
-
isAutoUpdatePossible
public boolean isAutoUpdatePossible()
-
isHasLicenses
public boolean isHasLicenses()
-
-