public interface RuntimeVersionProvider
Runtime versions.
NOTE: Depending on the implementation, this provider may throw instance of NoLatestVersionFoundException or
VersionDiscoveryException if unable to properly detect available versions.
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactVersion> |
all() |
ArtifactVersion |
latest() |
List<ArtifactVersion> all()
ArtifactVersions.ArtifactVersion latest()
ArtifactVersion.Copyright © 2024. All rights reserved.