Uses of Interface
com.atlassian.servicedesk.api.info.Version
Packages that use Version
-
Uses of Version in com.atlassian.servicedesk.api.info
Methods in com.atlassian.servicedesk.api.info that return VersionModifier and TypeMethodDescriptionPublicSoftwareInfo.getPlatformVersion()
PublicSoftwareInfo.getVersion()
Methods in com.atlassian.servicedesk.api.info with parameters of type VersionModifier and TypeMethodDescriptionboolean
Version.isGreaterThan
(Version that) Returns true if this version is greater than the specified versionboolean
Version.isGreaterThanOrEqualTo
(Version that) Returns true if this version is greater than if equal to the specified versionboolean
Version.isLessThan
(Version that) Returns true if this version is less than the specified versionboolean
Version.isLessThanOrEqualTo
(Version that) Returns true if this version is less than or equal to the specified version