Class ReleaseRepo

java.lang.Object
io.quarkus.domino.ReleaseRepo

public class ReleaseRepo extends Object
  • Method Details

    • id

      @Deprecated(forRemoval=true) public ReleaseId id()
      Deprecated, for removal: This API element is subject to removal in a future version.
      for removal in favor of getRevision()
      Returns:
      release id
    • getRevision

      public ScmRevision getRevision()
    • getArtifacts

      public Map<io.quarkus.maven.dependency.ArtifactCoords,List<org.eclipse.aether.repository.RemoteRepository>> getArtifacts()
    • getDependencies

      public Collection<ReleaseRepo> getDependencies()
    • isRoot

      public boolean isRoot()