Package io.quarkus.bom.decomposer
Interface ReleaseId
-
- All Known Implementing Classes:
DefaultReleaseId,ScmRevision
@Deprecated(forRemoval=true) public interface ReleaseId
Deprecated, for removal: This API element is subject to removal in a future version.in favor ofScmRevision
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ReleaseOriginorigin()Deprecated, for removal: This API element is subject to removal in a future version.ReleaseVersionversion()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
origin
ReleaseOrigin origin()
Deprecated, for removal: This API element is subject to removal in a future version.
-
version
ReleaseVersion version()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-