Package org.axonframework.updates.api
Class ArtifactAvailableUpgrade
java.lang.Object
org.axonframework.updates.api.ArtifactAvailableUpgrade
Represents an upgrade suggestion for a specific artifact version by the AxonIQ Update Checker API.
- Since:
- 4.12.0
- Author:
- Mitchell Herrijgers
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactAvailableUpgrade(String groupId, String artifactId, String latestVersion) Constructs anArtifactAvailableUpgradewith the givengroupId,artifactId, andlatestVersion. -
Method Summary
-
Constructor Details
-
ArtifactAvailableUpgrade
Constructs anArtifactAvailableUpgradewith the givengroupId,artifactId, andlatestVersion.- Parameters:
groupId- The group ID of the library.artifactId- The artifact ID of the library.latestVersion- The latest version of the library available for upgrade.
-
-
Method Details
-
groupId
Returns the group identifier of this available artifact upgrade.- Returns:
- The group identifier of this available artifact upgrade.
-
artifactId
Returns the artifact identifier of this available artifact upgrade.- Returns:
- The artifact identifier of this available artifact upgrade.
-
latestVersion
Returns the latest version of this available artifact upgrade.- Returns:
- The latest version of this available artifact upgrade.
-
equals
-
hashCode
public int hashCode() -
toString
-