Package io.quarkus.domino
Class ReleaseRepo
- java.lang.Object
-
- io.quarkus.domino.ReleaseRepo
-
public class ReleaseRepo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<io.quarkus.maven.dependency.ArtifactCoords,List<org.eclipse.aether.repository.RemoteRepository>>getArtifacts()Collection<ReleaseRepo>getDependencies()ScmRevisiongetRevision()ReleaseIdid()Deprecated, for removal: This API element is subject to removal in a future version.for removal in favor ofgetRevision()booleanisRoot()
-
-
-
Method Detail
-
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 ofgetRevision()- 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()
-
-