Class DefaultReleaseId

java.lang.Object
io.quarkus.bom.decomposer.DefaultReleaseId
All Implemented Interfaces:
ReleaseId

@Deprecated(forRemoval=true) public class DefaultReleaseId extends Object implements ReleaseId
Deprecated, for removal: This API element is subject to removal in a future version.
in favor of ScmRevision
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DefaultReleaseId

      public DefaultReleaseId(ReleaseOrigin origin, ReleaseVersion version)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • origin

      public ReleaseOrigin origin()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      origin in interface ReleaseId
    • version

      public ReleaseVersion version()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      version in interface ReleaseId