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 intgetActiveLicensesThatShouldBeRenewedCount()StringgetBuildNumber()StringgetDescription()StringgetDisplayName()StringgetMarkdownMessage()StringgetMessage()intgetNotCompatibleAgentLicensesCount()intgetNotCompatibleEnterpriseLicensesCount()DategetReleasedDate()StringgetReleaseNotes()StringgetVersion()StringgetWhatsNew()booleanisAutoUpdatePossible()booleanisHasLicenses()booleanisJwtLicenseRequiresRenewal()booleanisLicenseRequiresRenewal(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()
-
-