Package io.quarkus.bom.decomposer
Class ReleaseIdFactory
- java.lang.Object
-
- io.quarkus.bom.decomposer.ReleaseIdFactory
-
public class ReleaseIdFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ReleaseIdFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ReleaseIdcreate(ReleaseOrigin origin, ReleaseVersion version)Deprecated, for removal: This API element is subject to removal in a future version.static ScmRevisionforGav(String coordsStr)static ScmRevisionforGav(String groupId, String artifactId, String version)static ScmRevisionforModel(org.apache.maven.model.Model model)static ScmRevisionforScmAndTag(String scm, String tag)
-
-
-
Method Detail
-
forModel
public static ScmRevision forModel(org.apache.maven.model.Model model)
-
create
@Deprecated(forRemoval=true) public static ReleaseId create(ReleaseOrigin origin, ReleaseVersion version)
Deprecated, for removal: This API element is subject to removal in a future version.
-
forGav
public static ScmRevision forGav(String groupId, String artifactId, String version)
-
forGav
public static ScmRevision forGav(String coordsStr)
-
forScmAndTag
public static ScmRevision forScmAndTag(String scm, String tag)
-
-